diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | alias | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -49,3 +49,6 @@ crontab: | |||
49 | 49 | ||
50 | libinput: | 50 | libinput: |
51 | sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ | 51 | sudo ln -sf `pwd`/misc/libinput/* /etc/X11/xorg.conf.d/ |
52 | |||
53 | task: | ||
54 | ln -sf taskrc ~/.taskrc | ||
@@ -79,6 +79,7 @@ alias yql='yay -Ql' | |||
79 | alias pf='pacman -F' | 79 | alias pf='pacman -F' |
80 | alias pfl='pacman -Fl' | 80 | alias pfl='pacman -Fl' |
81 | alias pqe='pacman -Qqe' | 81 | alias pqe='pacman -Qqe' |
82 | alias pR='sudo pacman -R' | ||
82 | psi() { | 83 | psi() { |
83 | pqe | grep $1 >/dev/null && echo -e "$(tput setaf 13)[Installed]$(tput sgr0)" | 84 | pqe | grep $1 >/dev/null && echo -e "$(tput setaf 13)[Installed]$(tput sgr0)" |
84 | pacman -Si $1 | 85 | pacman -Si $1 |