Skip to content
Snippets Groups Projects
Commit ce7a277f authored by nimrod's avatar nimrod
Browse files

fixup! Sort shell exports.

parent 58e14c11
No related branches found
No related tags found
No related merge requests found
Pipeline #101 passed
...@@ -49,7 +49,8 @@ export PATH="$HOME/Documents/bin:$PATH" ...@@ -49,7 +49,8 @@ export PATH="$HOME/Documents/bin:$PATH"
export PATH="$HOME/Repositories/Shore/ssh-ca:$PATH" export PATH="$HOME/Repositories/Shore/ssh-ca:$PATH"
export PATH="$HOME/Repositories/Shore/ssl-ca:$PATH" export PATH="$HOME/Repositories/Shore/ssl-ca:$PATH"
export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt
export PIPENV_DEFAULT_PYTHON_VERSION="$(python3 --version | grep -i '3\.[0-9]*')" > /dev/null 2>&1 PIPENV_DEFAULT_PYTHON_VERSION="$(python3 --version | grep -i '3\.[0-9]*')" > /dev/null 2>&1
export PIPENV_DEFAULT_PYTHON_VERSION
export PIPENV_MAX_DEPTH=5 export PIPENV_MAX_DEPTH=5
export PS1='\u@\h:\w\$ ' export PS1='\u@\h:\w\$ '
export PYTHONSTARTUP=~/.config/pythonrc.py export PYTHONSTARTUP=~/.config/pythonrc.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment