reworked home command to clear history depending on which shell i'm in
This commit is contained in:
parent
97d8c42ab6
commit
c89725370f
3 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue