diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-12-02 08:15:01 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-12-02 08:15:01 +0800 |
| commit | 7e5e9e245d58aac84e0e5267596d2024330c967b (patch) | |
| tree | 0210b46151b22390ffab3241beb0440a2128c62e /dotfiles/arch/.zsh_aliases | |
| parent | e9c5eb89d4fd1fdd8df3b83f2e48beba920623a3 (diff) | |
| download | 42-7e5e9e245d58aac84e0e5267596d2024330c967b.tar.xz 42-7e5e9e245d58aac84e0e5267596d2024330c967b.zip | |
add dotfile
Diffstat (limited to 'dotfiles/arch/.zsh_aliases')
| -rw-r--r-- | dotfiles/arch/.zsh_aliases | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dotfiles/arch/.zsh_aliases b/dotfiles/arch/.zsh_aliases new file mode 100644 index 0000000..f005327 --- /dev/null +++ b/dotfiles/arch/.zsh_aliases @@ -0,0 +1,10 @@ +alias pdf='zathura' +alias emacs='LC_ALL=zh_CN.UTF-8 emacs' +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/' |
