removed forget alias as it is now the same as home alias
This commit is contained in:
parent
45eb8f711b
commit
8c1cf0e7bf
2 changed files with 0 additions and 3 deletions
|
|
@ -173,7 +173,6 @@ alias dmesg="doas dmesg -H"
|
||||||
alias kernel="uname -r"
|
alias kernel="uname -r"
|
||||||
alias .="cd"
|
alias .="cd"
|
||||||
alias home="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
|
alias home="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
|
||||||
alias forget="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
|
|
||||||
alias docs="cd ~/Documents"
|
alias docs="cd ~/Documents"
|
||||||
alias down="cd ~/Downloads"
|
alias down="cd ~/Downloads"
|
||||||
alias pics="cd ~/Pictures"
|
alias pics="cd ~/Pictures"
|
||||||
|
|
|
||||||
|
|
@ -7,5 +7,3 @@ awk '!($2="")'
|
||||||
add notation about tr (translate command):
|
add notation about tr (translate command):
|
||||||
replace every newline with a single space:
|
replace every newline with a single space:
|
||||||
tr '\n' ' '
|
tr '\n' ' '
|
||||||
|
|
||||||
Uninstall xfce4-terminal and neofetch (look for dependency error and uninstall artix image something or other)
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue