home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9241bf7
)
Add dunst pause/resume aliases
author
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 9 Apr 2019 14:29:36 +0000
(10:29 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Tue, 9 Apr 2019 14:29:36 +0000
(10:29 -0400)
lib/login_aliases.sh
patch
|
blob
|
blame
|
history
diff --git
a/lib/login_aliases.sh
b/lib/login_aliases.sh
index
b1b49fd
..
a00e8d0
100644
(file)
--- a/
lib/login_aliases.sh
+++ b/
lib/login_aliases.sh
@@
-5,3
+5,5
@@
alias tree='tree --dirsfirst'
alias dotnet="$HOME/.dotnet/dotnet"
alias fsi="dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
alias tm='tmux'
+alias dunst_pause='notify-send DUNST_COMMAND_PAUSE'
+alias dunst_resume='notify-send DUNST_COMMAND_RESUME'
This page took
0.024385 seconds
and
4
git commands to generate.