diff --git a/.gitignore b/.gitignore index cc9920c..475975d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ /.vim/.netrwhist /tmux.start.sh iTerm2 -.fzf/** +/.fzf/** diff --git a/.zshrc b/.zshrc index aa4e15e..4e3cc2b 100644 --- a/.zshrc +++ b/.zshrc @@ -84,6 +84,5 @@ export PATH="/opt/homebrew/opt/sqlite/bin:$PATH" # tmux starten if [ "$TMUX" = "" ]; then exec tmux; fi - clear && udot