feat: zshr tmux helper
This commit is contained in:
parent
397d0e8d3b
commit
49e16608e0
@ -20,3 +20,9 @@ function service_restart() {
|
||||
function root_shell() {
|
||||
sudo -E zsh -i /etc/zshrc
|
||||
}
|
||||
|
||||
function wrkspc() {
|
||||
local wd=$(pwd)
|
||||
local session=$(basename $wd)
|
||||
tmux new -A -s $session
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user