SH: adds bash shebang to shared dotfiles for syntax highlighting

This commit is contained in:
Jonathan Hodgson 2020-12-14 09:23:38 +00:00
parent 741dc650df
commit e95aef3c0d
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
export LANG="en_GB.UTF-8"
export TERMINAL=/usr/local/bin/st
export TERM=xterm-256color
@ -16,7 +18,7 @@ for d in "$HOME"/.bin/*/; do
mypath+=":$d"
done
export PATH=~/Projects/current/bin:$mypath:$GOPATH/bin:$PATH:.
export PATH=~/Projects/current/bin:$mypath:$GOPATH/bin:$HOME/.local/share/bin:$PATH:.
#Ruby things
GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir')