adding stuff

This commit is contained in:
opal
2024-06-24 19:49:13 -07:00
parent 636423b8a6
commit 9a038c970d
5 changed files with 20 additions and 4 deletions

11
.bashrc
View File

@@ -1,4 +1,5 @@
#!/bin/bash
iatest=$(expr index "$-" i)
#Source global definitions
@@ -72,6 +73,8 @@ export LC_WHO=rorlando
PATH=$PATH:~/code/scripts
PATH=$PATH:~/.local/bin
PATH=$PATH:~/bin
PATH=$PATH:/usr/local/go/bin
# Doom Path
PATH=$PATH:~/.config/emacs/bin/
@@ -389,3 +392,11 @@ eval $(keychain --eval --quiet id_rsa)
# Automatically added by the Guix install script.
if [ -n "$GUIX_ENVIRONMENT" ]; then
if [[ $PS1 =~ (.*)"\\$" ]]; then
PS1="${BASH_REMATCH[1]} [env]\\\$ "
fi
fi