From f03ea918e8591ba5794e5e1c4b9426138f72ab32 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Mon, 27 Nov 2023 21:15:08 -0600 Subject: Update packages and config files tmux.conf -> bindings for saving and scrolling zsh/p10k -> new layouts and aliases vimrc -> New plugins for tmux and tab bindings new wallpapers --- src/config/files/shell/.p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config/files/shell/.p10k.zsh') diff --git a/src/config/files/shell/.p10k.zsh b/src/config/files/shell/.p10k.zsh index aa8ea94..54eea45 100644 --- a/src/config/files/shell/.p10k.zsh +++ b/src/config/files/shell/.p10k.zsh @@ -37,7 +37,7 @@ vcs # git status # =========================[ Line #2 ]========================= -# newline # \n + newline # \n prompt_char # prompt symbol ) @@ -217,7 +217,7 @@ typeset -g POWERLEVEL9K_CONTEXT_{DEFAULT,ROOT,REMOTE_SUDO,REMOTE,SUDO}_SUFFIX='] typeset -g POWERLEVEL9K_DIR_FOREGROUND=002 # If directory is too long, shorten some of its segments to the shortest possible unique # prefix. The shortened directory can be tab-completed to the original. - typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique + typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_last #tab-completed #truncate_to_unique # Replace removed segment suffixes with this symbol. typeset -g POWERLEVEL9K_SHORTEN_DELIMITER= # Color of the shortened directory segments. -- cgit