diff options
Diffstat (limited to '.config/.profile')
| -rw-r--r-- | .config/.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/.profile b/.config/.profile index 800927f..d32d438 100644 --- a/.config/.profile +++ b/.config/.profile @@ -6,3 +6,6 @@ PATH="$HOME/.local/bin:$PATH" EDITOR='vi' LOGDIR='~/log' + +PLAN9=/home/pryazha/clone/plan9 export PLAN9 +PATH=$PATH:$PLAN9/bin export PATH |
