From 66adff9257c0bdcf5fea357cf4afd9c5804ac9d9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 23 Dec 2020 23:40:35 +0530 Subject: Moves zsh config to config and symlinked --- external/zsh/aliases/system.zsh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 external/zsh/aliases/system.zsh (limited to 'external/zsh/aliases/system.zsh') diff --git a/external/zsh/aliases/system.zsh b/external/zsh/aliases/system.zsh deleted file mode 100644 index 48951a9..0000000 --- a/external/zsh/aliases/system.zsh +++ /dev/null @@ -1,13 +0,0 @@ - -# Pacman aliases -alias auto-remove="yay -Rcs \$(yay -Qdtq)"; -alias update="yay -Syu"; -alias mirrorlist-refresh="sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist-arch" - -# Sandbox -alias sandbox="sudo ~/scripts/host-file-elb-update.sh"; - -# Runit helpers -sv_enable() { [[ -f "/etc/runit/sv/$1" ]] && sudo ln -s /etc/runit/sv/$1 /run/runit/service; } -sv_disable() { sudo unlink /run/runit/service/$1; } - -- cgit v1.3.1