my dotz
0

Configure Feed

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

opportunistically load direnv

+3
+3
.rc
··· 48 48 # simple prompt 49 49 # for demo purposes mostly 50 50 alias sp="export PS1='$ '" 51 + 52 + command -v direnv >/dev/null 2>&1 && 53 + eval "$(direnv hook bash)"