add newtab

This commit is contained in:
2023-04-30 15:04:10 +00:00
parent a2f007cd69
commit e0848dd228

View File

@@ -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)
}