mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
Who Let the Bugs Out??
This commit is contained in:
parent
8528a27cbd
commit
02c3024743
1 changed files with 2 additions and 1 deletions
|
|
@ -102,8 +102,9 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
|
|
||||||
alias ga.='ga . && gst'
|
alias ga.='ga . && gst'
|
||||||
|
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
|
||||||
|
alias gcmsgrnd='git commit -m "$(curl -s http://whatthecommit.com/index.txt)"'
|
||||||
|
|
||||||
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue