diff --git a/roles/customize/files/zshrc b/roles/customize/files/zshrc index 0022b1d..832a02b 100644 --- a/roles/customize/files/zshrc +++ b/roles/customize/files/zshrc @@ -117,3 +117,7 @@ source $ZSH/oh-my-zsh.sh export GEM_HOME="$HOME/gems" export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:$PATH" alias docker="podman" +newtab () +{ + terminator --new-tab --working-directory=$(pwd) +}