Compare commits
No commits in common. "fe0729850654965b5b1a5f1f19d6c87c74a003eb" and "c3df9f22af8e9c02f002be3a422814114153fe4f" have entirely different histories.
fe07298506
...
c3df9f22af
@ -44,7 +44,7 @@ set -g status-interval 1
|
||||
set-option -g automatic-rename on
|
||||
|
||||
# Set window title to the current directory if the process is zsh, otherwise show the process name with arguments
|
||||
set-option -g automatic-rename-format '#{?#{==:#{pane_current_command},zsh},#(echo #{pane_current_path} | sed "s|^$HOME|~|"),#{pane_current_command}}'
|
||||
set-option -g automatic-rename-format '#{?#{==:#{pane_current_command},zsh},#{pane_current_path},#{pane_current_command}}'
|
||||
|
||||
# Set the color of the clock mode
|
||||
set -g clock-mode-colour "#8bd5ca"
|
||||
|
@ -23,7 +23,6 @@ plugin_repos=(
|
||||
zsh-users/zsh-syntax-highlighting
|
||||
kulynyak/zsh.prepend-sudo
|
||||
zsh-users/zsh-history-substring-search
|
||||
amyreese/zsh-titles
|
||||
)
|
||||
|
||||
# load plugins
|
||||
|
Loading…
Reference in New Issue
Block a user