diff options
| author | Steve Lee <me@xiangyangli.com> | 2022-04-24 07:38:03 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2022-04-24 07:38:03 +0800 |
| commit | aa30f4abf429e566ec5ce4b5ba858a46d55eec3a (patch) | |
| tree | 7bc88c113ab91620a54d6a007bb5a8292216ca88 | |
| parent | 191b86bd168a26daffb7a3c717c93d1928e19ca4 (diff) | |
| download | dotfiles-aa30f4abf429e566ec5ce4b5ba858a46d55eec3a.tar.xz dotfiles-aa30f4abf429e566ec5ce4b5ba858a46d55eec3a.zip | |
update mi_air
| -rw-r--r-- | .oh-my-zsh/custom/custom.zsh | 2 | ||||
| -rw-r--r-- | .zsh_aliases | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.oh-my-zsh/custom/custom.zsh b/.oh-my-zsh/custom/custom.zsh index 71b24d0..8531511 100644 --- a/.oh-my-zsh/custom/custom.zsh +++ b/.oh-my-zsh/custom/custom.zsh @@ -1,2 +1,2 @@ -export PATH=%PATH:~/.local/bin +export PATH=$PATH:~/.local/bin source ~/.zsh_aliases diff --git a/.zsh_aliases b/.zsh_aliases index 98b62ef..40770ac 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -13,3 +13,4 @@ alias cs='cd ~/Dropbox/Courses/Software_Engineering/' alias co='cd ~/vagrant-boxes/OracleDatabase/18.3.0/' alias ei3='emacs ~/.config/i3/config' alias eems='emacs ~/.emacs.d/init.el' +alias cpush='config push origin mi_air' |
