This commit is contained in:
2026-06-27 16:41:35 -04:00
parent 440664c233
commit 538860bfcb
14 changed files with 71 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/alias.bash
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/apt.bash
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/fonts.bash
+14
View File
@@ -0,0 +1,14 @@
# Git + colorful prompt
autoload -Uz vcs_info
precmd_vcs_info() { vcs_info }
precmd_functions+=(precmd_vcs_info)
zstyle ':vcs_info:*' enable git
zstyle ':vcs_info:*' check-for-changes true
zstyle ':vcs_info:git:*' formats ' (%b%u%c)'
zstyle ':vcs_info:git:*' actionformats ' (%b%u%c)'
zstyle ':vcs_info:git:*' stagedstr ' +'
zstyle ':vcs_info:git:*' unstagedstr ' *'
setopt prompt_subst
PROMPT='%B%F{38;5;46m}%n@%m%b%f %F{38;5;51m}%~%f%F{90m}${vcs_info_msg_0_}%f $ '
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/mango.bash
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/ruff.bash
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/vscode.bash
+1
View File
@@ -0,0 +1 @@
../../bash/.bashrc.d/wsl.bash