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