diff --git a/splitWORKSTATION b/splitWORKSTATION index 51d816f..d999b90 100644 --- a/splitWORKSTATION +++ b/splitWORKSTATION @@ -38,7 +38,7 @@ if-shell '! tmux has-session -t jd' { split-window -d -h -tjd:2.1 -c '/home/jegardai/repos/ipr.debops' # Third window for APT upgrade - new-window 'sudo aptitude update ; sudo aptitude full-upgrade ; exec ${SHELL}' + new-window -nAPT 'sudo aptitude update ; sudo aptitude full-upgrade ; exec ${SHELL}' # Fourth window for authentication tools new-window -nAuth 'gpg --quiet --for-your-eyes-only --decrypt ~/.password-store/test.gpg ; logout'