Add xprofile and path bits for rofi

This commit is contained in:
Alexander Hosking 2017-09-13 14:48:44 -04:00
parent 32257cb764
commit cd126ec0de
4 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,7 @@ git clone https://github.com/pyenv/pyenv.git ~/.pyenv
ln -sfv ~/dotfiles ~/.dotfiles
#ln -sfv "$DOTFILES_DIR/run/.bash_profile" ~
ln -sfv "$DOTFILES_DIR/run/.profile" ~
ln -sfv "$DOTFILES_DIR/run/.xprofile" ~
ln -sfv "$DOTFILES_DIR/run/.bashrc" ~
ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~
ln -sfv "$DOTFILES_DIR/system/.vimrc" ~

View File

@ -183,3 +183,6 @@ setxkbmap dvorak
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:/opt/trello:/opt/pycharm/bin"
export XDG_CURRENT_DESKTOP=GNOME

View File

@ -29,3 +29,8 @@ export LESS_TERMCAP_se=$'\e'"[0m"
export LESS_TERMCAP_so=$'\e'"[1;40;92m"
export LESS_TERMCAP_ue=$'\e'"[0m"
export LESS_TERMCAP_us=$'\e'"[1;32m"
## Add Applications to Path
export PATH="$HOME/bin:$HOME/.local/bin:/opt:$PATH"
export XDG_CURRENT_DESKTOP=GNOME

6
run/.xprofile Normal file
View File

@ -0,0 +1,6 @@
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:/opt/trello:/opt/pycharm/bin"
export XDG_CURRENT_DESKTOP=GNOME