From aa856423c26eddf7473a9d0e5f98c17904755886 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 26 Feb 2026 22:01:08 +1100 Subject: [PATCH] added: alias --- .custom_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.custom_aliases b/.custom_aliases index 4a8fd02..d632a53 100644 --- a/.custom_aliases +++ b/.custom_aliases @@ -11,6 +11,7 @@ alias ruhc='rm -rf ~/.local/share/recently-used.xbel && hc' alias nuke='hc && thc && dhc && shc && ruhc' ## Terminal Tweaks ## +alias ..='cd ..' alias update='sudo pacman -Syyu && paru && flatpak update' alias editrc='nvim ~/.config/snoo_dotfiles/.custom_aliases' alias cat='bat'