|
|
|
@ -18,7 +18,7 @@ for d in "$HOME"/.bin/*/; do |
|
|
|
|
mypath+=":$d" |
|
|
|
|
done |
|
|
|
|
|
|
|
|
|
export PATH=~/Projects/current/bin:$mypath:$GOPATH/bin:$HOME/.local/share/bin:$PATH:. |
|
|
|
|
export PATH=~/Projects/current/bin:$mypath:$GOPATH/bin:$HOME/.local/share/bin:$HOME/.config/composer/vendor/bin:$PATH:. |
|
|
|
|
|
|
|
|
|
#Ruby things |
|
|
|
|
if type -p ruby > /dev/null; then |
|
|
|
@ -46,6 +46,14 @@ export LESS_TERMCAP_us=$'\e[1;32m' |
|
|
|
|
|
|
|
|
|
export DOTFILES="$HOME/.dotfiles" |
|
|
|
|
|
|
|
|
|
# Telemetry |
|
|
|
|
export DO_NOT_TRACK=1 # Hopefully this will take on: https://consoledonottrack.com/ |
|
|
|
|
export MSSQL_CLI_TELEMETRY_OPTOUT=1 |
|
|
|
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1 |
|
|
|
|
export POWERSHELL_CLI_TELEMETRY_OPTOUT=1 |
|
|
|
|
|
|
|
|
|
#export GTK_THEME=Adapta-Nokto |
|
|
|
|
|
|
|
|
|
if [ -n "$GTK_MODULES" ] |
|
|
|
|
then |
|
|
|
|
export GTK_MODULES="$GTK_MODULES:unity-gtk-module" |
|
|
|
|