Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 990d4a913c - Show all commits

View file

@ -17,10 +17,11 @@ elif [[ "$path_no_ghostty" == *"/nix/store"* ]]; then
fi
setopt prompt_subst
setopt promptsubst
autoload -Uz vcs_info
zstyle ':vcs_info:*' enable git
precmd () { vcs_info }
zstyle ':vcs_info:*' formats " ${c34}${c0}${c31}(%b)${c0}"
precmd () { vcs_info }
echo "${vcs_info_msg_0_}"
export PS1="${c38}[${c35}%3~${c0}${vcs_info_msg_0_}${nix_shell_ps1}${c38}]${c0}# "

View file

@ -54,7 +54,7 @@
tree = "tre";
};
initExtraFirst = ''
initExtra = ''
alias -g -- -h='-h 2>&1 | bat --language=help --style=plain'
alias -g -- --help='--help 2>&1 | bat --language=help --style=plain'