From e0848dd2281d18408efb30e18d4c0ee144f5ef74 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 30 Apr 2023 15:04:10 +0000 Subject: [PATCH] add newtab --- roles/customize/files/zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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) +}