aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh/aliases.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/aliases.zsh')
-rwxr-xr-xzsh/.zsh/aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index 370d5b5..b369278 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -61,7 +61,7 @@ alias future="toilet -t -f future"
alias rusto="toilet -t -f rusto"
alias rustofat="toilet -t -f rustofat"
alias pacman="sudo pacman"
-alias update="code/fun/pacman && yaourt -Syua"
+alias update="pacman-colors && yaourt -Syua"
alias systemctl="sudo systemctl"
alias disks='echo "╓───── m o u n t . p o i n t s"; echo "╙────────────────────────────────────── ─ ─ "; lsblk -a; echo ""; echo "╓───── d i s k . u s a g e"; echo "╙────────────────────────────────────── ─ ─ "; df -h;'
alias todo="bash ~/code/sys/todo"