alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
no PS1 in .profile
author
j3s
date
5 years ago
(Oct 22, 2020, 12:13 PM -0500)
commit
5a3827e4
5a3827e4bedfe7e8b1daf9232ae38a62863f6654
parent
a3a85ecb
a3a85ecb8e5cadab20a29862291057df432ec344
+3
-3
2 changed files
Expand all
Collapse all
Unified
Split
.env
.profile
+2
.env
Reviewed
···
1
1
#!/bin/sh
2
2
3
3
+
PS1='$(prompt) \$ '
4
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
Reviewed
···
1
1
-
PS1='$(prompt) \$ '
2
2
-
3
3
-
export ENV=~/.env
4
1
export PATH=~/bin/$(hostname):~/bin/$(uname -m):~/bin:$PATH
2
2
+
export ENV=~/.env
5
3
export EDITOR=vim
6
4
export LANG=en_US.UTF-8