mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add my custom
This commit is contained in:
parent
87f676e29f
commit
93d04724a7
10 changed files with 164 additions and 3 deletions
18
custom/zshrc.zsh
Executable file
18
custom/zshrc.zsh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
# source ~/Projects/zsh-custom/init.zsh
|
||||
# backup for new installs..zshrc should be light
|
||||
# export ZSH=$HOME/.oh-my-zsh
|
||||
# export ZSH_CUSTOM=/Users/michaelwclark/Projects/zsh-custom/
|
||||
# export ZSH_THEME="dallas"
|
||||
# source $ZSH/oh-my-zsh.sh
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm
|
||||
[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
|
||||
|
||||
|
||||
|
||||
# Sync changes
|
||||
git pull
|
||||
git add .
|
||||
git commit -m "update"
|
||||
git push mine master
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue