5 lines
169 B
Bash
5 lines
169 B
Bash
export ENV=~/.kshrc
|
|
export EDITOR="emacsclient -c"
|
|
export MANPATH="$(man -w)":"$HOME"/.nix-profile/share/man
|
|
export PATH="$PATH":"$HOME"/.local/bin
|
|
export TERMINAL=foot
|