This commit is contained in:
2025-03-28 22:46:22 -04:00
parent a78b85b344
commit f06bbcbdad
15 changed files with 317 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ in
SHELL="$BASH"
PATH=~/.bin:$PATH
eval "$(thefuck --alias)"
set -o vi
set -o vi || true
bind "set show-mode-in-prompt on"
fastfetch
'';