mirror of
https://github.com/wahyd4/things.git
synced 2026-08-08 21:02:02 +10:00
updates
This commit is contained in:
Binary file not shown.
+2
-6
@@ -114,10 +114,6 @@ alias ulid="npx ulid"
|
||||
# alias ls="colorls" # gem install colorls
|
||||
alias gsy="git pull --rebase && git push"
|
||||
|
||||
# Use python 3 rather than system built in python 2
|
||||
alias python="python3"
|
||||
alias pip="pip3"
|
||||
|
||||
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||
export PATH="$PATH:$HOME/.rvm/bin"
|
||||
export PATH="/usr/local/opt/sqlite/bin:$PATH"
|
||||
@@ -132,8 +128,6 @@ source "/usr/local/opt/nvm/nvm.sh"
|
||||
[ -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="$PATH:/Users/junweizhao/Library/Python/3.7/bin"
|
||||
|
||||
# Java version manager
|
||||
[ -s "/Users/junweizhao/.jabba/jabba.sh" ] && source "/Users/junweizhao/.jabba/jabba.sh"
|
||||
|
||||
@@ -148,3 +142,5 @@ export niagara_home=/Users/junweizhao/niagara/niagara-4-module/niagara_home
|
||||
source $HOME/.env
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
eval "$(pyenv init -)"
|
||||
|
||||
Reference in New Issue
Block a user