|
|
@ -1,9 +1,9 @@ |
|
|
#!/bin/sh |
|
|
#!/bin/sh |
|
|
# Profile file. Runs on login. |
|
|
# Profile file. Runs on login. |
|
|
|
|
|
|
|
|
# Adds `~/.scripts` and all subdirectories to $PATH |
|
|
|
|
|
|
|
|
# Adds `~/.local/bin` and all subdirectories to $PATH |
|
|
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" |
|
|
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" |
|
|
export EDITOR="vim" |
|
|
|
|
|
|
|
|
export EDITOR="nvim" |
|
|
export TERMINAL="st" |
|
|
export TERMINAL="st" |
|
|
export BROWSER="vivaldi-stable" |
|
|
export BROWSER="vivaldi-stable" |
|
|
export READER="zathura" |
|
|
export READER="zathura" |
|
|
|