diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-04 10:33:48 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-04 10:33:48 +0800 |
| commit | 7bb83ce3cd741f6cbd733aa19e6c8c8a5795256d (patch) | |
| tree | 2f1b4c9cb66ef2a9c8c69054eb0c38dde004f7fb | |
| parent | ea4c219fa04f89213ccd08304da0a5d6c991f649 (diff) | |
| parent | 5b2b807a4745442f8fee31317d8ecd847b361532 (diff) | |
Merge remote-tracking branch 'origin/dev' into dev
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | alias | 1 |
2 files changed, 2 insertions, 1 deletions
| @@ -65,4 +65,4 @@ mutt: | |||
| 65 | ln -sf `pwd`/muttrc ~/.config/mutt/muttrc | 65 | ln -sf `pwd`/muttrc ~/.config/mutt/muttrc |
| 66 | 66 | ||
| 67 | tmux: | 67 | tmux: |
| 68 | ln -sf `pwd`misc/tmux.conf ~/.tmux.conf | 68 | ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf |
| @@ -11,6 +11,7 @@ alias muttrc='vim ~/.config/mutt/muttrc' | |||
| 11 | alias gitconfig='vim ~/.gitconfig' | 11 | alias gitconfig='vim ~/.gitconfig' |
| 12 | alias sshconfig='vim ~/.ssh/config' | 12 | alias sshconfig='vim ~/.ssh/config' |
| 13 | alias cdconfig='cd ~/config' | 13 | alias cdconfig='cd ~/config' |
| 14 | alias txconfig='vim ~/.tmux.conf' | ||
| 14 | alias log="cat $SETTING_DIR/log | grep '`date +'%b %d'`'" | 15 | alias log="cat $SETTING_DIR/log | grep '`date +'%b %d'`'" |
| 15 | alias xa='xargs' | 16 | alias xa='xargs' |
| 16 | 17 | ||