feat: better nvm support, use decorations for now

This commit is contained in:
Tine Jozelj 2021-04-11 14:10:12 +02:00
parent ce2409ddf1
commit f7491742c2
3 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
window:
decorations: none
#window:
# decorations: none
font:
normal:

View file

@ -11,6 +11,7 @@ workspace_backup() {
}
workspace_link() {
mkdir -p $(dirname $HOME_DIR/$2)
ln -s $REPO_DIR/$1 $HOME_DIR/$2 || true
}

View file

@ -9,7 +9,7 @@ zplug "plugins/git", from:oh-my-zsh
zplug "plugins/gitfast", from:oh-my-zsh
zplug "plugins/git-extras", from:oh-my-zsh
zplug "plugins/kubectl", from:oh-my-zsh
zplug "plugins/nvm", from:oh-my-zsh
zplug "lukechilds/zsh-nvm"
zplug "plugins/terraform", from:oh-my-zsh
zplug "plugins/tmux", from:oh-my-zsh
zplug "plugins/common-aliases", from:oh-my-zsh