diff options
-rwxr-xr-x | fun/bin/pacman-colors (renamed from fun/bin/pacman) | 0 | ||||
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/fun/bin/pacman b/fun/bin/pacman-colors index 51697cc..51697cc 100755 --- a/fun/bin/pacman +++ b/fun/bin/pacman-colors 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" |