diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-05-18 00:07:32 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-05-18 00:07:32 -0400 |
| commit | 54920103c2843f5a3620effbccaceaee7f6885c1 (patch) | |
| tree | 222aa8e75573364cd043382996f4798d94104f65 /.profile | |
| parent | 18e001db07d7105ab4dc4f4f836ca0d3a516a791 (diff) | |
| download | eibhear-54920103c2843f5a3620effbccaceaee7f6885c1.tar.gz eibhear-54920103c2843f5a3620effbccaceaee7f6885c1.tar.zst eibhear-54920103c2843f5a3620effbccaceaee7f6885c1.zip | |
scripts moved to ~/.local/bin
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ # Profile file. Runs on login. # Adds `~/.scripts` and all subdirectories to $PATH -export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" +export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" export EDITOR="nvim" export TERMINAL="st" export BROWSER="firefox" @@ -10,7 +10,7 @@ export READER="zathura" export FILE="vifm" export BIB="$HOME/Documents/LaTeX/uni.bib" export REFER="$HOME/Documents/referbib" -export SUDO_ASKPASS="$HOME/.scripts/tools/dmenupass" +export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass" export NOTMUCH_CONFIG="$HOME/.config/notmuch-config" export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0" @@ -32,4 +32,4 @@ echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc [ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx # Switch escape and caps if tty: -sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null +sudo -n loadkeys ~/.local/bin/ttymaps.kmap 2>/dev/null |
