From dba669c98dd34608971a1fa84a42c5c0a20a1727 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:41:22 +0700 Subject: [PATCH] shell: happy package management for paru users; prevent funny typo --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index eba5db2f3..0b9ae6434 100755 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -17,6 +17,9 @@ if test -f ~/.cache/ags/user/colorschemes/sequences cat ~/.cache/ags/user/colorschemes/sequences end +alias yay=paru +alias pamcan=pacman + # function fish_prompt # set_color cyan; echo (pwd) # set_color green; echo '> '