Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Simon May
config
Commits
ee6f7d19
Commit
ee6f7d19
authored
5 years ago
by
Simon May
Browse files
Options
Downloads
Patches
Plain Diff
Disable powerline because it gets stuck after disconnecting from SSH
parent
67fd8d80
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.bashrc
+5
-5
5 additions, 5 deletions
.bashrc
.profile
+8
-4
8 additions, 4 deletions
.profile
.ssh/config
+1
-1
1 addition, 1 deletion
.ssh/config
with
14 additions
and
10 deletions
.bashrc
+
5
−
5
View file @
ee6f7d19
...
@@ -20,8 +20,8 @@ if [ -f ~/.alias ]; then
...
@@ -20,8 +20,8 @@ if [ -f ~/.alias ]; then
.
~/.alias
.
~/.alias
fi
fi
# powerline (prompt)
#
# powerline (prompt)
powerline-daemon
-q
#
powerline-daemon -q
POWERLINE_BASH_CONTINUATION
=
1
#
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT
=
1
#
POWERLINE_BASH_SELECT=1
.
.local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh
#
. .local/lib/python3.6/site-packages/powerline/bindings/bash/powerline.sh
This diff is collapsed.
Click to expand it.
.profile
+
8
−
4
View file @
ee6f7d19
...
@@ -4,13 +4,15 @@ umask 077
...
@@ -4,13 +4,15 @@ umask 077
# set PATH
# set PATH
# remove .
# remove .
PATH
=
"
$(
echo
"
$PATH
"
|
sed
-E
's/:\.(:|$)/\1/'
)
"
PATH
=
"
$(
echo
"
$PATH
"
|
sed
-E
's/:\.(:|$)/\1/'
)
"
# add ~.local/bin
# add ~
/
.local/bin
PATH
=
"
$PATH
:
$HOME
/.local/bin"
PATH
=
"
$PATH
:
$HOME
/.local/bin"
# includes user’s private bin if it exists
# includes user’s private bin if it exists
if
[
-d
"
$HOME
/bin"
]
;
then
if
[
-d
"
$HOME
/bin"
]
;
then
PATH
=
"
$PATH
:
$HOME
/bin"
PATH
=
"
$PATH
:
$HOME
/bin"
fi
fi
echo
$PATH
>
~/bla.txt
# set default locale
# set default locale
.
"
$HOME
/.locale"
.
"
$HOME
/.locale"
...
@@ -21,15 +23,17 @@ LESS="$LESS -i -M -R -x4"
...
@@ -21,15 +23,17 @@ LESS="$LESS -i -M -R -x4"
export
LESS
export
LESS
# set EDITOR
# set EDITOR
export
EDITOR
=
nano
EDITOR
=
nano
export
EDITOR
# use less instead of more for man
# use less instead of more for man
export
PAGER
=
less
PAGER
=
less
export
PAGER
# setup modules
# setup modules
module load anaconda2
module load anaconda2
module load anaconda3
module load anaconda3
module load mathematica
module load mathematica
# installed libraries (at least FFTW) are compiled with OpenMPI
# installed libraries (at least FFTW) are compiled with Open
MPI
module load openmpi
module load openmpi
# if running bash
# if running bash
...
...
This diff is collapsed.
Click to expand it.
.ssh/config
+
1
−
1
View file @
ee6f7d19
ControlMaster auto
ControlMaster auto
ControlPath
~
/.ssh/control:%h:%p:%r
ControlPath
/scratch/smay
/.ssh/control:%h:%p:%r
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment