aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias3
1 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index 4856ad5..10cee1c 100644
--- a/alias
+++ b/alias
@@ -184,6 +184,7 @@ alias ce='crontab -e'
184 184
185# lf 185# lf
186alias r='_lf_cd' 186alias r='_lf_cd'
187alias l='_lf_cd'
187_lf_cd() { 188_lf_cd() {
188 tempfile=$(mktemp -t tmp.XXXXXX) 189 tempfile=$(mktemp -t tmp.XXXXXX)
189 lf --last-dir-path $tempfile 190 lf --last-dir-path $tempfile
@@ -291,7 +292,7 @@ image_horizontal() {
291} 292}
292 293
293# thunderbird 294# thunderbird
294alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird/' 295alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &'
295 296
296# misc 297# misc
297alias foo='echo bar > foo && echo File foo is created && ls -lh foo' 298alias foo='echo bar > foo && echo File foo is created && ls -lh foo'