mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 09:36:32 +10:00
exec
This commit is contained in:
parent
e6a219e3c8
commit
8b78cf1f0a
3 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/execlineb -P
|
||||
|
||||
# Start ssh keychain as jackson
|
||||
exec gosu jackson keychain
|
||||
gosu jackson keychain
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/execlineb -P
|
||||
|
||||
# Start rescuetime as jackson
|
||||
# exec gosu jackson rescuetime
|
||||
# gosu jackson rescuetime
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/execlineb -P
|
||||
|
||||
# Start tmux server as jackson
|
||||
exec gosu jackson \
|
||||
tmux new-session -s desktop-environment zsh --login
|
||||
gosu jackson tmux new-session -s desktop-environment zsh --login
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue