diff options
| -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 | ||