get rid of absolute path in agnoster

add VBoxManage aliases to zshrc
This commit is contained in:
Ghasem Shirazi 2019-10-18 10:19:14 -07:00
commit f069c84ea9
2 changed files with 5 additions and 1 deletions

View file

@ -135,6 +135,10 @@ export SSH_KEY_PATH="~/.ssh/id_rsa"
alias f='find / 2>/dev/null'
alias t='top'
alias vb='virtualbox'
alias vm='VBoxManage'
alias vmls='VBoxManage list vms'
alias vmclo='VBoxManage clonevm' ## <UUID> --name "Ubuntu 18.04 C"
alias vmreg='VBoxManage registervm" ## ~/VirtualBox\ VMs/Ubuntu\ 18.04\ C/Ubuntu\ 18.04\ C.vbox
alias grep='grep --color=auto'
alias gck='git checkout'
alias sublime='/Applications/Sublime.app/Contents/MacOS/Sublime'

2
themes/agnoster.zsh-theme Normal file → Executable file
View file

@ -86,7 +86,7 @@ prompt_end() {
}
### for geting more git status details
source /Users/gshirazi/src/oh-my-zsh/plugins/zsh-git-prompt/zshrc.sh
source $ZSH/plugins/zsh-git-prompt/zshrc.sh
### Prompt components
# Each component will draw itself, and hide itself if no information needs to be shown