Add shared shell files to shared directory
This commit is contained in:
parent
721436b983
commit
6fba1253bb
5 changed files with 2 additions and 2 deletions
20
shells/shared/profile
Normal file
20
shells/shared/profile
Normal file
|
@ -0,0 +1,20 @@
|
|||
export LANG="en_GB.UTF-8"
|
||||
export TERMINAL=/usr/local/bin/st
|
||||
export TERM=xterm-256color
|
||||
export PATH=~/.bin:$PATH:/opt/lampp/bin:~/.config/composer/vendor/bin:.
|
||||
export EDITOR='vim'
|
||||
export READER='zathura'
|
||||
export CDPATH=.:~:~/Sites
|
||||
|
||||
#Ruby things
|
||||
GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir')
|
||||
GEM_PATH=$GEM_HOME
|
||||
export PATH=$PATH:$GEM_HOME/bin
|
||||
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
||||
|
||||
# Adds sub folders in by .bin directory to the PATH
|
||||
for d in ~/.bin/*/; do
|
||||
PATH+=":$d"
|
||||
done
|
||||
|
||||
#echo -e "Please don't sabotage my computer while I'm away \n\nTo turn on the print server, run the command 'cups'" | /usr/bin/cowsay -f tux -W 80
|
Loading…
Add table
Add a link
Reference in a new issue