Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

echo "$SNAP_NAME runtime shell, type 'exit' to quit the session"
exec bash
exec bash --rcfile <(cat ~/.bashrc; echo 'PS1="(checkbox-shell) $PS1"')
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc16/launchers/shell-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

echo "$SNAP_NAME runtime shell, type 'exit' to quit the session"

exec bash
exec bash --rcfile <(cat ~/.bashrc; echo 'PS1="(checkbox-shell) $PS1"')
Comment thread
kissiel marked this conversation as resolved.
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc18/launchers/shell-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

echo "$SNAP_NAME runtime shell, type 'exit' to quit the session"

exec bash
exec bash --rcfile <(cat ~/.bashrc; echo 'PS1="(checkbox-shell) $PS1"')
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc20/launchers/shell-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

echo "$SNAP_NAME runtime shell, type 'exit' to quit the session"

exec bash
exec bash --rcfile <(cat ~/.bashrc; echo 'PS1="(checkbox-shell) $PS1"')
2 changes: 1 addition & 1 deletion checkbox-snap/series_uc22/launchers/shell-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
. $(dirname "$(realpath $BASH_SOURCE)")/wrapper_local

echo "$SNAP_NAME runtime shell, type 'exit' to quit the session"
exec bash
exec bash --rcfile <(cat ~/.bashrc; echo 'PS1="(checkbox-shell) $PS1"')