From 8c1cf0e7bf5c518566fc51a2f398c5536f086d51 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 17 Apr 2022 02:14:28 -0700 Subject: [PATCH] removed forget alias as it is now the same as home alias --- bashrc.txt | 1 - updates.txt | 2 -- 2 files changed, 3 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 5faa881d..6ed590f6 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -173,7 +173,6 @@ alias dmesg="doas dmesg -H" alias kernel="uname -r" alias .="cd" 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 down="cd ~/Downloads" alias pics="cd ~/Pictures" diff --git a/updates.txt b/updates.txt index ded341fa..f54831f1 100644 --- a/updates.txt +++ b/updates.txt @@ -7,5 +7,3 @@ awk '!($2="")' add notation about tr (translate command): replace every newline with a single space: tr '\n' ' ' - -Uninstall xfce4-terminal and neofetch (look for dependency error and uninstall artix image something or other)