From dae5615b67642de1f404a3698109de5f966a9a40 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 8 May 2024 10:51:08 -0500 Subject: Add qutebrowser config and more --- bashrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 2d56374..ad20cb5 100644 --- a/bashrc +++ b/bashrc @@ -1,6 +1,5 @@ alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build" -alias e="mg" -alias pf="" +alias e="$EDITOR" alias g="git" alias rcup="rcup -d ~/rcm" alias lsrc="lsrc -d ~/rcm" @@ -30,10 +29,10 @@ fi [ -f /etc/bashrc ] && source /etc/bashrc parse_git_branch() { - git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1 ∘︎ /' + git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1./' } -PS1=' $(parse_git_branch)\W ' +PS1=' $(parse_git_branch)\W. ' eval "$(zoxide init bash)" eval "$(direnv hook bash)" -- cgit v1.2.3