aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-05-18 11:48:43 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-05-18 11:48:43 +0800
commita0a8c184f0755926c50f11587740703204f143ae (patch)
treee2bf2d6220115e0191c2f7997119410d7b5ad545
parenta1d2d4b5b4c87e9c58929acb75e23ca4aad54b8b (diff)
Update
-rw-r--r--alias2
-rw-r--r--misc/openbox/rc.xml2
-rwxr-xr-xtools/wiki/diary1
3 files changed, 3 insertions, 2 deletions
diff --git a/alias b/alias
index 227a2d7..d5d4536 100644
--- a/alias
+++ b/alias
@@ -72,7 +72,7 @@ alias ll='ls -lh'
72alias lla='ls -lha' 72alias lla='ls -lha'
73llw() { which $1 | xargs ls -alh; } 73llw() { which $1 | xargs ls -alh; }
74alias hg='history | grep' 74alias hg='history | grep'
75rmrf() { mv $1 /tmp/; } 75rmrf() { mv $@ /tmp/; }
76alias rr='_move_to_tmp' 76alias rr='_move_to_tmp'
77alias sound="echo -ne '\a'" 77alias sound="echo -ne '\a'"
78pst(){ pstree -ps ${1:-$$}; } 78pst(){ pstree -ps ${1:-$$}; }
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml
index 64081d2..0e9d624 100644
--- a/misc/openbox/rc.xml
+++ b/misc/openbox/rc.xml
@@ -496,7 +496,7 @@
496 </keybind> 496 </keybind>
497 <keybind key="W-f"> 497 <keybind key="W-f">
498 <action name="Execute"> 498 <action name="Execute">
499 <command>thunar</command> 499 <command>thunar ~/Downloads</command>
500 </action> 500 </action>
501 </keybind> 501 </keybind>
502 <keybind key="W-w"> 502 <keybind key="W-w">
diff --git a/tools/wiki/diary b/tools/wiki/diary
index 84d4eca..b30e906 100755
--- a/tools/wiki/diary
+++ b/tools/wiki/diary
@@ -22,6 +22,7 @@ specify_date() {
22} 22}
23 23
24print_today() { 24print_today() {
25 [[ ! -e $today ]] && touch $today
25 cat $today 26 cat $today
26} 27}
27 28