Name the APT window…
This commit is contained in:
parent
4e46ac1138
commit
2b12a22861
|
@ -38,7 +38,7 @@ if-shell '! tmux has-session -t jd' {
|
||||||
split-window -d -h -tjd:2.1 -c '/home/jegardai/repos/ipr.debops'
|
split-window -d -h -tjd:2.1 -c '/home/jegardai/repos/ipr.debops'
|
||||||
|
|
||||||
# Third window for APT upgrade
|
# 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
|
# Fourth window for authentication tools
|
||||||
new-window -nAuth 'gpg --quiet --for-your-eyes-only --decrypt ~/.password-store/test.gpg ; logout'
|
new-window -nAuth 'gpg --quiet --for-your-eyes-only --decrypt ~/.password-store/test.gpg ; logout'
|
||||||
|
|
Loading…
Reference in New Issue