.
This commit is contained in:
parent
bcf130091f
commit
ef3e97c79e
5 changed files with 16 additions and 7 deletions
|
|
@ -16,3 +16,12 @@ if is_login; then
|
|||
echo 'Press return to start gui'
|
||||
read && exec startx
|
||||
fi
|
||||
|
||||
|
||||
# BEGIN opam configuration
|
||||
# This is useful if you're using opam as it adds:
|
||||
# - the correct directories to the PATH
|
||||
# - auto-completion for the opam binary
|
||||
# This section can be safely removed at any time if needed.
|
||||
test -r '/home/a/.opam/opam-init/init.sh' && . '/home/a/.opam/opam-init/init.sh' > /dev/null 2> /dev/null || true
|
||||
# END opam configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue