Updated tmux config

This commit is contained in:
2023-10-09 22:11:29 -04:00
parent 9cc99ff03d
commit d15d3b406f
2 changed files with 4 additions and 5 deletions

View File

@@ -54,7 +54,6 @@ fpath_prepend() {
done
} && export fpath_prepend
# last arg will be first in path
path_prepend \
"/usr/local/bin" \
@@ -132,7 +131,7 @@ _comp_options+=(globdots) # Include hidden files.
# Prompt / managed by brew. (`brew install pure`)
autoload -Uz promptinit; promptinit
prompt -s pure
prompt pure
#------------------------------ aliases ------------------------------