Update i3 & add zoxide

This commit is contained in:
Michel 2024-12-27 11:32:05 +01:00
parent 880704e39d
commit 07540040f0
6 changed files with 20 additions and 10 deletions

View file

@ -14,3 +14,6 @@ alias vim='nvim'
alias note='(cd ~/Notes/ && NVIM_APPNAME=nvim-notes nvim ~/Notes/)'
alias diary='(cd ~/Notes/ && NVIM_APPNAME=nvim-notes nvim ~/Notes/Diary.md)'
PS1='[\u@\h \W]\$ '
eval "$(zoxide init bash --cmd cd)"
eval "$(fzf --bash)"