scripts moved to ~/.local/bin
This commit is contained in:
6
.profile
6
.profile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user