diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-12-02 08:40:21 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-12-02 08:40:21 +0800 |
| commit | 291081d0ae6fefddf0a2ea020bae3389b5d4b2fb (patch) | |
| tree | ee95b608f0823c6b47f74b2a960cf544f62dd128 /.zsh_aliases | |
| parent | ddfbe43f7d7b7f4e01ed9223779d5f69b975e72f (diff) | |
| download | dotfiles-291081d0ae6fefddf0a2ea020bae3389b5d4b2fb.tar.xz dotfiles-291081d0ae6fefddf0a2ea020bae3389b5d4b2fb.zip | |
add dotfiles
Diffstat (limited to '.zsh_aliases')
| -rw-r--r-- | .zsh_aliases | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.zsh_aliases b/.zsh_aliases new file mode 100644 index 0000000..5a36441 --- /dev/null +++ b/.zsh_aliases @@ -0,0 +1,11 @@ +alias pdf='zathura' +alias emacs='LC_ALL=zh_CN.UTF-8 emacs' +alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +alias cr0='cd ~/Vagrant/router0/' +alias cr1='cd ~/Vagrant/router1/' +alias cr2='cd ~/Vagrant/router2/' +alias cp0='cd ~/Vagrant/pc0/' +alias cp1='cd ~/Vagrant/pc1/' +alias cp2='cd ~/Vagrant/pc2/' +alias cp3='cd ~/Vagrant/pc3/' +alias cp4='cd ~/Vagrant/pc4/' |
