my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

no PS1 in .profile

j3s 5a3827e4 a3a85ecb

+3 -3
+2
.env
··· 1 1 #!/bin/sh 2 2 3 + PS1='$(prompt) \$ ' 4 + 3 5 # needed for sway 4 6 if test -z "${XDG_RUNTIME_DIR}"; then 5 7 export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
+1 -3
.profile
··· 1 - PS1='$(prompt) \$ ' 2 - 3 - export ENV=~/.env 4 1 export PATH=~/bin/$(hostname):~/bin/$(uname -m):~/bin:$PATH 2 + export ENV=~/.env 5 3 export EDITOR=vim 6 4 export LANG=en_US.UTF-8