ksh: remove duplicate PATH

It's already set in .profile
This commit is contained in:
Jeremy Baxter 2024-05-30 09:34:19 +12:00
parent 5c3d13eab7
commit 6f00e266d3

1
.kshrc
View file

@ -1,4 +1,3 @@
PATH="$PATH:/home/jeremy/.local/bin:/home/jeremy/.nix-profile/bin:/nix/var/nix/profiles/default/bin"
PS1='\033[1;31m\u\033[0m \w \$ ' PS1='\033[1;31m\u\033[0m \w \$ '
PS2='+ ' PS2='+ '
HISTFILE="$HOME"/.ksh-history HISTFILE="$HOME"/.ksh-history