added forget alias to history -c history -w hash -r
This commit is contained in:
parent
5f142f2de3
commit
3356d250a4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
history -c && history -w
|
||||
history -c && history -w && hash -r
|
||||
|
||||
if [ $TERM == "xterm-256color" ] ; then
|
||||
neofetch
|
||||
|
|
@ -174,6 +174,7 @@ export PS1='\[\033[01;32m\][\u@\h\[\033[01;37m\] \W\[\033[01;32m\]]\$\033[01;37m
|
|||
# Custom Bash Commands
|
||||
alias .="cd"
|
||||
alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r"
|
||||
alias forget="xclear && clear && history -c && history -w && hash -r"
|
||||
alias docs="cd ~/Documents"
|
||||
alias down="cd ~/Downloads"
|
||||
alias pics="cd ~/Pictures"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue