diff --git a/editor/nvim/config/colors/current.vim b/editor/nvim/config/colors/current.vim index 286c0d2..06470eb 120000 --- a/editor/nvim/config/colors/current.vim +++ b/editor/nvim/config/colors/current.vim @@ -1 +1 @@ -/home/daniel/.dotfiles/colors/vim \ No newline at end of file +/home/daniel/usr/.dotfiles/colors/vim \ No newline at end of file diff --git a/env/sh/bashrc b/env/sh/bashrc index e05c371..ffcfa25 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -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" diff --git a/variables.bash b/variables.bash index bf8a2d5..e95532e 100755 --- a/variables.bash +++ b/variables.bash @@ -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"