bit of cleaning

This commit is contained in:
tavo-wasd 2023-09-18 21:37:37 -06:00
parent eca2a07009
commit 06e931a5b2

View file

@ -19,15 +19,11 @@ set -o vi # vi mode
# External configs
[ -e "$HOME/.config/shell/functions" ] && source ~/.config/shell/functions
[ -e "$HOME/.config/shell/keybinds" ] && source ~/.config/shell/keybinds
[ -e "$HOME/.config/shell/xdgspec" ] && source ~/.config/shell/xdgspec
[ -e "$HOME/.config/shell/aliasrc" ] && source ~/.config/shell/aliasrc
[ -e "$HOME/.config/shell/envvar" ] && source ~/.config/shell/envvar
# Binds
[ -e "$HOME/.config/shell/keybinds" ] && source ~/.config/shell/keybinds
# Autostart dwm after tty login
[ -e "$HOME/.config/shell/dwm" ] && source ~/.config/shell/dwm
# nice login prompt
[ -e "/usr/bin/afetch" ] && afetch || fetch min 2>/dev/null
[ -e "/usr/bin/afetch" ] && (afetch && echo && ls) || (fetch min && echo && ls) 2>/dev/null