diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 21:05:46 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 21:05:46 -0500 |
commit | 359dd854a9f5ace86caf9e4d0dbfe1de3de43b59 (patch) | |
tree | 95724b6b256f5c5c89a90568f6b1104bc0abfc3a /bashrc | |
parent | 5f0e5ca36fe6995473ddee44cf175528668fb7ca (diff) | |
download | rcm-359dd854a9f5ace86caf9e4d0dbfe1de3de43b59.tar.gz rcm-359dd854a9f5ace86caf9e4d0dbfe1de3de43b59.tar.bz2 rcm-359dd854a9f5ace86caf9e4d0dbfe1de3de43b59.zip |
bash updates
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" -alias e="emacsclient -nw" +alias e="mg" alias pf="" alias g="git" alias rcup="rcup -d ~/rcm" @@ -33,7 +33,7 @@ parse_git_branch() { git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1 ∘︎ /' } -PS1='\A ${GUIX_ENVIRONMENT:+︎v }$(parse_git_branch)\W ' +PS1=' $(parse_git_branch)\W ' eval "$(zoxide init bash)" eval "$(direnv hook bash)" |