Name the APT window…

This commit is contained in:
gardouille 2022-12-13 08:46:19 +01:00
parent 4e46ac1138
commit 2b12a22861
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -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'