You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
638 B
21 lines
638 B
7 years ago
|
export LANG="en_GB.UTF-8"
|
||
|
export TERMINAL=/usr/local/bin/st
|
||
|
export TERM=xterm-256color
|
||
6 years ago
|
export PATH=~/.bin:$PATH:/opt/lampp/bin:~/.config/composer/vendor/bin:.
|
||
7 years ago
|
export EDITOR='vim'
|
||
6 years ago
|
export READER='zathura'
|
||
7 years ago
|
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')
|
||
|
|
||
6 years ago
|
# Adds sub folders in by .bin directory to the PATH
|
||
|
for d in ~/.bin/*/; do
|
||
|
PATH+=":$d"
|
||
|
done
|
||
|
|
||
6 years ago
|
#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
|