mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 22:31:18 +00:00
Unset the DEVELOPMENT environment variable in .bashrc to make my life easier.
This commit is contained in:
parent
eff95afd65
commit
5eddab9abb
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
cat > .bashrc <<EOF
|
cat > .bashrc <<EOF
|
||||||
alias ls='ls --color'
|
alias ls='ls --color'
|
||||||
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
|
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
|
||||||
|
unset DEVELOPMENT
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Start the server.
|
# Start the server.
|
||||||
|
|
Loading…
Add table
Reference in a new issue