zsh: convenience alias
This commit is contained in:
parent
b8c80bef17
commit
923144ace6
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -107,6 +107,7 @@ alias tree='exa --tree'
|
||||||
alias v=vgrep
|
alias v=vgrep
|
||||||
alias ve='env EDITOR= vgrep -s'
|
alias ve='env EDITOR= vgrep -s'
|
||||||
alias xc=clip
|
alias xc=clip
|
||||||
|
alias w="history -1 | sed -e 's/[0-9]* //' | xargs viddy -n1"
|
||||||
|
|
||||||
## ripgrep
|
## ripgrep
|
||||||
export RIPGREP_CONFIG_PATH=${HOME}/.config/rg/rg.conf
|
export RIPGREP_CONFIG_PATH=${HOME}/.config/rg/rg.conf
|
||||||
|
|
Loading…
Reference in a new issue