Adds some telemetry env variables and composer to path
This commit is contained in:
parent
5df1e386e6
commit
16b919dc3e
1 changed files with 9 additions and 1 deletions
|
@ -18,7 +18,7 @@ for d in "$HOME"/.bin/*/; do
|
||||||
mypath+=":$d"
|
mypath+=":$d"
|
||||||
done
|
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
|
#Ruby things
|
||||||
if type -p ruby > /dev/null; then
|
if type -p ruby > /dev/null; then
|
||||||
|
@ -46,6 +46,14 @@ export LESS_TERMCAP_us=$'\e[1;32m'
|
||||||
|
|
||||||
export DOTFILES="$HOME/.dotfiles"
|
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" ]
|
if [ -n "$GTK_MODULES" ]
|
||||||
then
|
then
|
||||||
export GTK_MODULES="$GTK_MODULES:unity-gtk-module"
|
export GTK_MODULES="$GTK_MODULES:unity-gtk-module"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue