[zsh] Add fzf to zsh
This commit is contained in:
@ -5,7 +5,7 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
plugins=(git z asdf direnv emacs yarn)
|
||||
plugins=(git z fzf asdf direnv emacs yarn)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -13,3 +13,5 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Example aliases
|
||||
alias dj="poetry run python manage.py $argv"
|
||||
alias sysu="systemctl --user $argv"
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
Reference in New Issue
Block a user