all repos — dotfiles @ 694b92e8797f094c3413e8bcc13b68fe5dc39cb2

my *nix dotfiles

bash: clean up
Anirudh Oppiliappan x@icyphox.sh
Tue, 15 Feb 2022 10:25:48 +0530
commit

694b92e8797f094c3413e8bcc13b68fe5dc39cb2

parent

4ef5778216d93754b929aaacb93633abba5e0223

2 files changed, 11 insertions(+), 5 deletions(-)

jump to
M bash/.bashrcbash/.bashrc

@@ -54,8 +54,4 @@ export NVM_DIR="$HOME/.nvm"

[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion -# The next line updates PATH for the Google Cloud SDK. -if [ -f '/Users/icy/Downloads/google-cloud-sdk/path.bash.inc' ]; then . '/Users/icy/Downloads/google-cloud-sdk/path.bash.inc'; fi - -# The next line enables shell command completion for gcloud. -if [ -f '/Users/icy/Downloads/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/icy/Downloads/google-cloud-sdk/completion.bash.inc'; fi +. /usr/local/share/bash-completion/bash_completion
M bash/.bashrc.d/04-exports.bashbash/.bashrc.d/04-exports.bash

@@ -12,6 +12,7 @@ export MOZ_ACCELERATED=1

export CFLAGS="-O3 -pipe -march=native" export CXXFLAGS="-O3 -pipe -march=native" export MAKEFLAGS="-j4" +export LC_ALL="en_US.UTF-8" # not this time elgoog export GOPROXY=direct

@@ -22,3 +23,12 @@ export GPG_AGENT_INFO

export SSH_AUTH_SOCK export SSH_AGENT_PID } + +PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games +export PATH=$PATH:$HOME/bin +export PATH=$PATH:$HOME/.local/bin +export PATH=$PATH:/usr/local/go/bin +export PATH=$PATH:$HOME/go/bin +export PATH=$PATH:/usr/local/pgsql/bin +export PATH=$PATH:/usr/local/plan9/bin +