kitty, neofetch config

This commit is contained in:
Evan Reichard
2022-12-06 18:27:25 -05:00
parent cec464a911
commit 4667124651
9 changed files with 224 additions and 1587 deletions

View File

@@ -7,9 +7,9 @@
grep = "grep --color";
};
profileExtra = ''
SHELL="$BASH"
set -o vi
bind "set show-mode-in-prompt on"
[ ! -z $TMUX ] || tmux a || tmux
neofetch
'';
};