diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-23 08:11:15 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-23 08:11:15 -0300 |
| commit | dd61578f9e046f2f17ad31d165f58ebf4e46dcff (patch) | |
| tree | 3b0d86258af4b762e52d1310b3223ee568f8e62e /sh | |
| parent | fake-symlinks.sh: Add libpds (diff) | |
| download | dotfiles-dd61578f9e046f2f17ad31d165f58ebf4e46dcff.tar.gz dotfiles-dd61578f9e046f2f17ad31d165f58ebf4e46dcff.tar.xz | |
Update path to repos in ~/dev/others/
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/env.sh | 4 | ||||
| -rw-r--r-- | sh/fzf.sh | 2 | ||||
| -rw-r--r-- | sh/symlinks.sh | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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" @@ -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 |
