small pixel drawing of a pufferfish dotfiles

no PS1 in .profile
j3s j3s@c3f.net
Thu, 22 Oct 2020 12:13:03 -0500
commit

5a3827e4bedfe7e8b1daf9232ae38a62863f6654

parent

a3a85ecb8e5cadab20a29862291057df432ec344

2 files changed, 3 insertions(+), 3 deletions(-)

jump to
M .env.env

@@ -1,5 +1,7 @@

#!/bin/sh +PS1='$(prompt) \$ ' + # needed for sway if test -z "${XDG_RUNTIME_DIR}"; then export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
M .profile.profile

@@ -1,6 +1,4 @@

-PS1='$(prompt) \$ ' - -export ENV=~/.env export PATH=~/bin/$(hostname):~/bin/$(uname -m):~/bin:$PATH +export ENV=~/.env export EDITOR=vim export LANG=en_US.UTF-8