Skip to content

Commit

Permalink
tmux window titles
Browse files Browse the repository at this point in the history
  • Loading branch information
agkozak committed Dec 9, 2019
1 parent 1840371 commit fd4a1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .tmux.conf
Expand Up @@ -41,6 +41,9 @@ bind C-Q send-prefix
# Speed up escape
set -sg escape-time 20

# Allow changes to window titles
set -g allow-rename on

# set -g @plugin 'tmux-plugins/tpm'
# set -g @plugin 'tmux-plugins/tmux-sensible'
# set -g @plugin 'tmux-plugins/tmux-resurrect'
Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Expand Up @@ -420,7 +420,7 @@ if (( AGKDOT_NO_ZPLUGIN != 1 )) && is-at-least 5; then
zplugin load zsh-users/zsh-history-substring-search

_agkdot_turbo && zplugin ice lucid wait
zplugin load jreese/zsh-titles
zplugin load agkozak/zsh-titles

if [[ $AGKDOT_SYSTEMINFO != *ish* ]]; then
_agkdot_turbo && zplugin ice lucid wait'0d'
Expand Down

0 comments on commit fd4a1ef

Please sign in to comment.