use more specific shell var name for "cattodo"
This commit is contained in:
parent
3914f7d9cc
commit
febf0bcad5
@ -20,7 +20,7 @@ alias gvim='gvim --remote-tab-silent'
|
|||||||
alias cribbage='cribbage -r'
|
alias cribbage='cribbage -r'
|
||||||
alias backgammon='backgammon -r -pb'
|
alias backgammon='backgammon -r -pb'
|
||||||
# put 'cattodo' in $PROMPT_COMMAND to use
|
# put 'cattodo' in $PROMPT_COMMAND to use
|
||||||
alias cattodo='if [[ $LAST_WD != $PWD ]]; then if [[ -r .todo ]]; then cat .todo; fi; LAST_WD=$PWD; fi'
|
alias cattodo='if [[ $CATTODO_LAST_WD != $PWD ]]; then if [[ -r .todo ]]; then cat .todo; fi; CATTODO_LAST_WD=$PWD; fi'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias strip-cr="sed -e 's/\x0d//'"
|
alias strip-cr="sed -e 's/\x0d//'"
|
||||||
alias rip='abcde -x -p -o mp3:"-v -b160"'
|
alias rip='abcde -x -p -o mp3:"-v -b160"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user