summaryrefslogtreecommitdiff
path: root/.config/.profile
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-10-12 15:22:37 +0500
committerpryazha <pryadeiniv@mail.ru>2025-10-12 15:22:37 +0500
commitea0c73a9bad27262518d08139f312fc750c7167a (patch)
tree488f35259152d3874efb266523f4941831134dd7 /.config/.profile
parent2789e7aef1a2b44188b35d90c9ea87d594877d77 (diff)
using xterm with Xresources now, also trying to immplement mklinks
Diffstat (limited to '.config/.profile')
-rw-r--r--.config/.profile11
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