diff options
Diffstat (limited to '.config/.profile')
| -rw-r--r-- | .config/.profile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/.profile b/.config/.profile new file mode 100644 index 0000000..fc7d58f --- /dev/null +++ b/.config/.profile @@ -0,0 +1,11 @@ +PS1="$ " +PS2="$$ " + +PATH="$HOME/clone/dotfiles/scripts:$PATH" +PATH="$HOME/.local/bin:$PATH" + +EDITOR='vi' +LOGDIR='~/log' + +PLAN9=/home/pryazha/clone/plan9port export PLAN9 +PATH=$PATH:$PLAN9/bin export PATH |
