AwesomeFiles/misc/.profile

9 lines
196 B
Plaintext
Raw Normal View History

2022-02-21 05:10:32 -06:00
# path
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
#env
2022-02-22 04:23:39 -06:00
export TODO_PATH="$HOME/Documents/todo"
2022-02-21 05:10:32 -06:00
export VISUAL=nvim;
export EDITOR=nvim;
export SUDO_PROMPT="passwd: "