aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-03-23 08:11:15 -0300
committerEuAndreh <eu@euandre.org>2021-03-23 08:11:15 -0300
commitdd61578f9e046f2f17ad31d165f58ebf4e46dcff (patch)
tree3b0d86258af4b762e52d1310b3223ee568f8e62e /sh
parentfake-symlinks.sh: Add libpds (diff)
downloaddotfiles-dd61578f9e046f2f17ad31d165f58ebf4e46dcff.tar.gz
dotfiles-dd61578f9e046f2f17ad31d165f58ebf4e46dcff.tar.xz
Update path to repos in ~/dev/others/
Diffstat (limited to 'sh')
-rw-r--r--sh/env.sh4
-rw-r--r--sh/fzf.sh2
-rw-r--r--sh/symlinks.sh2
3 files changed, 4 insertions, 4 deletions
diff --git a/sh/env.sh b/sh/env.sh
index dd0b4b63..a56b5704 100644
--- a/sh/env.sh
+++ b/sh/env.sh
@@ -6,7 +6,7 @@ export BROWSER=firefox
export INPUTRC=~/.inputrc
export BORG_REMOTE_PATH='borg1'
export GOPATH="$HOME/dev/go"
-export PASSWORD_STORE_DIR="$HOME/dev/libre/others/password-store"
+export PASSWORD_STORE_DIR="$HOME/dev/others/password-store"
export RLWRAP_HOME="$HOME/.cache/rlwrap"
export CFLAGS='-std=c99 -Wall -Wextra -Wpedantic -Werror -fPIC -g'
export CC=gcc
@@ -26,4 +26,4 @@ export NIX_BUILD_CORES=0
export GUIX_PROFILE="$HOME/.guix-profile"
export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
-PATH="$HOME/.local/bin:$HOME/tmp/bin:$HOME/dev/libre/others/dinheiros:$DOTFILES/scripts:$DOTFILES/xmonad/scripts:$DOTFILES/cron:$DOTFILES/cron/generated:$HOME/annex/bin/scripts:$PATH"
+PATH="$HOME/.local/bin:$HOME/tmp/bin:$HOME/dev/others/dinheiros:$DOTFILES/scripts:$DOTFILES/xmonad/scripts:$DOTFILES/cron:$DOTFILES/cron/generated:$HOME/annex/bin/scripts:$PATH"
diff --git a/sh/fzf.sh b/sh/fzf.sh
index 7c0d8e52..5b92915a 100644
--- a/sh/fzf.sh
+++ b/sh/fzf.sh
@@ -52,7 +52,7 @@ tmp/scratch.txt
annex/bin/misc/git/mrconfig.ini
annex/bin/misc/dependencies.dot
archive/vid/playlist.txt
-dev/libre/others/dinheiros/money.ledger
+dev/others/dinheiros/money.ledger
'
v() {
diff --git a/sh/symlinks.sh b/sh/symlinks.sh
index 36f74cbf..4af31f74 100644
--- a/sh/symlinks.sh
+++ b/sh/symlinks.sh
@@ -8,7 +8,7 @@ upsert_dir_symlink() {
}
}
-upsert_dir_symlink "$HOME/dev/libre/others/borg/config" ~/.config/borg
+upsert_dir_symlink "$HOME/dev/others/borg/config" ~/.config/borg
ln -fs "$DOTFILES/sh/bashrc.sh" ~/.bashrc
ln -fs "$DOTFILES/sh/bash_profile.sh" ~/.bash_profile