Skip to content

Commit

Permalink
📦 build: updated .bash_aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Dec 1, 2024
1 parent 046f5bf commit c9e2247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/bash/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ alias paths='echo $PATH | tr ":" "\n"'
# reload shell
alias reload='exec $SHELL -l'

# clear history
# history
alias h='history'
alias hist-clr='echo "" > ~/.bash_history'

# common locations
Expand Down

0 comments on commit c9e2247

Please sign in to comment.