remove module load
This commit is contained in:
parent
e64a4c0f86
commit
44d99af27e
1 changed files with 2 additions and 3 deletions
|
|
@ -107,12 +107,11 @@ alias bsc="sudo openfortivpn gw.bsc.es:443 -u mmarcos"
|
||||||
|
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
export PATH=/home/marcmarcos/.opencode/bin:$PATH
|
export PATH=/home/mmarcos/.opencode/bin:$PATH
|
||||||
|
export PATH=/home/mmarcos/tools/zig-x86_64-linux-0.17.0-dev.1509+bb296ab9b:$PATH
|
||||||
|
|
||||||
export EDITOR=/usr/bin/vim
|
export EDITOR=/usr/bin/vim
|
||||||
|
|
||||||
module use /home/marcmarcos/modules/
|
|
||||||
|
|
||||||
upload() {
|
upload() {
|
||||||
if [ -f "$1" ]; then
|
if [ -f "$1" ]; then
|
||||||
echo "Uploading $1..."
|
echo "Uploading $1..."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue