diff options
| author | pryazha <pryadeiniv@mail.ru> | 2025-11-09 16:45:47 +0500 |
|---|---|---|
| committer | pryazha <pryadeiniv@mail.ru> | 2025-11-09 16:45:47 +0500 |
| commit | 7a6e80f46a63fe61ddd66045fb65a832596e996c (patch) | |
| tree | da435b8cc36421477db8b45b47b8ef12a9c009c7 /.config/.profile | |
| parent | 7a9d877bff6df77d15bb4c45c2f85aceec259b3c (diff) | |
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 |
