diff options
author | Aaditya Dhruv <[email protected]> | 2023-11-27 21:15:08 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-11-27 21:15:08 -0600 |
commit | f03ea918e8591ba5794e5e1c4b9426138f72ab32 (patch) | |
tree | 70640d31f8f16fbc70d77a82512d2287b2ab0246 /src/config/files/shell/.p10k.zsh | |
parent | 486298c62f5586dcd4904079c4633b000538c8b0 (diff) |
tmux.conf -> bindings for saving and scrolling
zsh/p10k -> new layouts and aliases
vimrc -> New plugins for tmux and tab bindings
new wallpapers
Diffstat (limited to 'src/config/files/shell/.p10k.zsh')
-rw-r--r-- | src/config/files/shell/.p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
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. |