aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-04 12:35:19 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-04 12:35:19 +0800
commit1d40724c14b98143620b3876cb941e2e2b3f7731 (patch)
tree8b863ce665d8619268771e7001aeff59d7b97914
parenta8ab0f35046220a1051a3fb94b1719dc1e62c8f7 (diff)
update
-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 810ab6a..6e51a27 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