mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: update aliases
This commit is contained in:
parent
5abfa5c211
commit
6d6985338b
1 changed files with 2 additions and 1 deletions
|
|
@ -66,6 +66,7 @@ CASE_SENSITIVE="false"
|
||||||
plugins=(
|
plugins=(
|
||||||
git
|
git
|
||||||
vi-mode
|
vi-mode
|
||||||
|
fancy-ctrl-z
|
||||||
)
|
)
|
||||||
|
|
||||||
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
|
VI_MODE_RESET_PROMPT_ON_MODE_CHANGE=true
|
||||||
|
|
@ -104,7 +105,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
alias ga.='ga . && gst'
|
alias ga.='ga . && gst'
|
||||||
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
|
alias fakemsg='echo "$(curl -s http://whatthecommit.com/index.txt)"'
|
||||||
alias gcmsgrnd='git commit -m "$(curl -s http://whatthecommit.com/index.txt)"'
|
alias gcmsgrnd='git commit -m "$(curl -s https://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