Set PS1 prompt for shells, update tmux themes and status line
This commit is contained in:
@@ -8,7 +8,8 @@ tmux_omitted_dirs=(
|
||||
[[ ! ${tmux_omitted_dirs[(re)$(pwd)]} ]] && {
|
||||
tmux new-window -d -n $EDITOR
|
||||
tmux send-keys -t :$EDITOR "$EDITOR ." c-M
|
||||
tmux new-window -d -n daa
|
||||
tmux new-window -d -n debug
|
||||
tmux new-window -d -n agt
|
||||
tmux new-window -d -n procs
|
||||
tmux rename-window cmd
|
||||
tmux send-keys -t :cmd "clear; [[ -d .git ]] && git status" c-M
|
||||
|
||||
Reference in New Issue
Block a user