Compare commits

..

No commits in common. "7d4e26125444f62bffec7aa90acadb2de05618ba" and "f695029b5f7faad2de19b55fa69e7a526ee4ad5a" have entirely different histories.

2 changed files with 1 additions and 6 deletions

@ -1 +1 @@
Subproject commit ac2ac080c9c4ab7e4c1f75268f603b8455679bb2
Subproject commit 10f2d2c76eae57ba6d6f805d9c6a0a1f1c9eed4f

5
.zshrc
View file

@ -42,7 +42,6 @@ alias ipb="ip -brief"
alias psa="ps -eadf"
alias fsize="stat --printf='%s'"
alias rg="rg --no-ignore"
alias home="cd $HOME"
### Functions
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }
@ -219,7 +218,3 @@ if [ -d $HOME/.pyenv ]; then
eval "$(pyenv virtualenv-init - zsh)"
pyenv activate std 2> /dev/null > /dev/null
fi
export NVM_DIR="$HOME/.config/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