add newtab
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user