mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
get rid of absolute path in agnoster
add VBoxManage aliases to zshrc
This commit is contained in:
parent
45b244c2e5
commit
f069c84ea9
2 changed files with 5 additions and 1 deletions
|
|
@ -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
2
themes/agnoster.zsh-theme
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue