Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon May
config
Commits
b09c4812
Commit
b09c4812
authored
Apr 01, 2020
by
Simon May
Browse files
Update aliases and environment variables
parent
79c4c6f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.alias
View file @
b09c4812
...
...
@@ -3,6 +3,6 @@ alias ll='ls -ahlF'
alias llr='ls -ahlFrt'
alias afs-auth='kinit smay@MPA-GARCHING.MPG.DE && aklog mpa-garching.mpg.de'
alias sq='squeue -o "%.8Q %.
5
i %17j %7u %2t %.16V %.16S %.8M %.3D %R" -S "-t,-Q,i"'
alias sq-own='squeue -u "$USER" -o "%.8Q %i %28j %2t %.16S %.3D %R" -S "P,-t,i"'
alias srun-interactive='srun --immediate --nodes=1 --pty --time=0
1:0
0:00
bash
'
alias sq='squeue -o "%.8Q %.
7
i %17j %7u %2t %.16V %.16S %.8M %.3D %R" -S "-t,-Q,i"'
alias sq-own='squeue -u "$USER" -o "%.8Q %
.7
i %28j %2t %.16S %.3D %R" -S "P,-t,i"'
alias srun-interactive='srun --immediate --nodes=1 --pty --time=0
0:3
0:00
--partition express
'
.env
View file @
b09c4812
...
...
@@ -16,7 +16,7 @@ export EDITOR
# default options for less
# default used by git if LESS is unset: LESS='FRX'
# TODO: make -F work without -X
LESS="$LESS -
I
-M -R -x4"
LESS="$LESS -
i
-M -R -x4"
export LESS
# set variable to mark this file as read
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment