dotfiles/.profile
2024-06-11 06:55:36 +12:00

5 lines
169 B
Bash

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