reworked home command to clear history depending on which shell i'm in

This commit is contained in:
tomit4 2022-05-03 17:28:29 -07:00
parent 97d8c42ab6
commit c89725370f
3 changed files with 6 additions and 3 deletions

View file

@ -185,5 +185,6 @@ export GREP_COLORS='ms=01;34'
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
alias home="xclear && cd /home/brian && clear && history -c && hash -r"
source ~/.aliases
source /home/brian/.bash_completions/typer.sh