mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
fzf and some plugins
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -12,3 +12,5 @@ zsh-users/zsh-autosuggestions
|
||||
# theme
|
||||
romkatv/powerlevel10k
|
||||
|
||||
ohmyzsh/ohmyzsh path:plugins/ssh-agent
|
||||
sunlei/zsh-ssh
|
||||
|
||||
@@ -33,3 +33,6 @@ antidote load
|
||||
|
||||
# vim mode
|
||||
bindkey -v
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
bindkey '^f' fzf-file-widget
|
||||
|
||||
Reference in New Issue
Block a user