Compare commits
No commits in common. "c8ad92097e852276f20f245b425ce98755a85f1e" and "981624cf39bdaf3985e4190baa76ae74209edf0c" have entirely different histories.
c8ad92097e
...
981624cf39
1 changed files with 0 additions and 3 deletions
3
.zshrc
3
.zshrc
|
@ -15,12 +15,9 @@ alias lss="ls -lah"
|
|||
alias gco="git checkout"
|
||||
alias gcm="git commit -m"
|
||||
alias gss="git status -s"
|
||||
alias gaa="git commit -A"
|
||||
|
||||
export EDITOR="nvim"
|
||||
|
||||
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
|
||||
|
||||
export PATH="$HOME/.dotnet/tools:$PATH"
|
||||
|
|
Loading…
Add table
Reference in a new issue