move environment and aliases to own file

This commit is contained in:
Daniel Bauer
2019-03-23 15:54:22 +01:00
parent 30779f0939
commit a15fc482b4
3 changed files with 37 additions and 29 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
# system preferences
export LANG=en_US.UTF-8
export SSH_KEY_PATH="~/.ssh/rsa_id"
# Prefered programs
export EDITOR='vim'
export TERMINAL="terminator"
export BROWSER="firefox"
export PAGER='most'
export BAT_PAGER='less'
# Path
export PATH="$HOME/.cargo/bin:$PATH"
export PATH="$HOME/anaconda3/bin:${PATH}" # binaries
export PATH="$HOME/bin:${PATH}" # binaries
export PATH="$HOME/scripts:${PATH}" # scripts
export PATH="$HOME/.local/bin:${PATH}" # python executeables