installed systeroids and logo-ls

This commit is contained in:
tomit4 2022-05-16 16:03:10 -07:00
parent 829956db8a
commit ed0cf69e06
4 changed files with 13 additions and 2 deletions

View file

@ -181,6 +181,9 @@ export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/
export GREP_COLORS='ms=01;34'
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
# icons-in-terminal
source ~/.local/share/icons-in-terminal/icons_bash.sh
# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION