fzf and some plugins

This commit is contained in:
daniel
2023-03-19 11:28:18 +01:00
parent 236be9f66a
commit 493462c245
4 changed files with 23 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# aliases
alias clip='xsel --clipboard'
alias ls='ls --color=auto -lh'
if type nvim > /dev/null; then
alias vim=nvim
fi

View File

@@ -12,3 +12,5 @@ zsh-users/zsh-autosuggestions
# theme
romkatv/powerlevel10k
ohmyzsh/ohmyzsh path:plugins/ssh-agent
sunlei/zsh-ssh

View File

@@ -33,3 +33,6 @@ antidote load
# vim mode
bindkey -v
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
bindkey '^f' fzf-file-widget