aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--alias1
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d60b95a..a4afa77 100644
--- a/Makefile
+++ b/Makefile
@@ -49,3 +49,6 @@ crontab:
49 49
50libinput: 50libinput:
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
53task:
54 ln -sf taskrc ~/.taskrc
diff --git a/alias b/alias
index 64ec444..481acaa 100644
--- a/alias
+++ b/alias
@@ -79,6 +79,7 @@ alias yql='yay -Ql'
79alias pf='pacman -F' 79alias pf='pacman -F'
80alias pfl='pacman -Fl' 80alias pfl='pacman -Fl'
81alias pqe='pacman -Qqe' 81alias pqe='pacman -Qqe'
82alias pR='sudo pacman -R'
82psi() { 83psi() {
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