assume actual /home/daniel/usr directory is in a subdirectory

This commit is contained in:
Daniel Flanagan 2016-08-12 06:01:46 -05:00
parent 992fe1dae9
commit 8d384a4dfc
3 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
/home/daniel/.dotfiles/colors/vim
/home/daniel/usr/.dotfiles/colors/vim

3
env/sh/bashrc vendored
View file

@ -57,6 +57,9 @@ if [ -t 0 ]; then
# arch aliases
alias archupdate="pacaur -Syyu --noconfirm --noedit"
# misc aliases
alias setbg="feh --bg-fill"
# games aliases
# alias steam="LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' steam"

View file

@ -4,7 +4,7 @@
# each of the scripts that will be executed in those process.
export DOTFILES_PATH="$HOME/.dotfiles"
export REPOSITORY_PATH="$HOME/Documents/open-source"
export REPOSITORY_PATH="$HOME/../code/open-source"
export BORDER_WIDTH=1
export WINDOW_GAP=5
export BAR_PATH="$DOTFILES_PATH/env/wm/extras/bar"