octopus and bashrc
This commit is contained in:
parent
69275fcea3
commit
a296e15ebf
3 changed files with 3 additions and 2 deletions
|
@ -168,7 +168,7 @@ case $1 in
|
|||
|
||||
"suspend")
|
||||
slock &
|
||||
systemctl suspend
|
||||
systemctl suspend -i
|
||||
;;
|
||||
|
||||
"lock")
|
||||
|
|
2
bashrc
2
bashrc
|
@ -581,7 +581,7 @@ export GPG_TTY
|
|||
export GPGKEY=016106A6AF223DBE
|
||||
|
||||
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages
|
||||
export CC=clang
|
||||
###export CC=clang
|
||||
#export OMPI_MPICC=clang++
|
||||
|
||||
export DEVKITPRO=/opt/devkitpro
|
||||
|
|
|
@ -49,3 +49,4 @@ nargout
|
|||
nargin
|
||||
isfield
|
||||
rmfield
|
||||
elseif
|
||||
|
|
Loading…
Reference in a new issue