diff options
| -rw-r--r-- | .profile | 2 | ||||
| -rw-r--r-- | .profile-g5 | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -1,7 +1,5 @@ # ~/.profile -[ -f /etc/hostname ] && HOSTNAME=$(cat /etc/hostname) || HOSTNAME=$(cat ~/.hostname) - export PATH=~/bin:$PATH:~/go/bin [ "${SHELL##*/}" = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc diff --git a/.profile-g5 b/.profile-g5 deleted file mode 100644 index 9e46e7c..0000000 --- a/.profile-g5 +++ /dev/null @@ -1,2 +0,0 @@ -# root prefix when running in termux -export ROOT=/data/data/com.termux/files |
