Add Atuin to bashrc
This commit is contained in:
parent
05e0afb578
commit
9ab80e93a4
1 changed files with 7 additions and 0 deletions
|
@ -73,3 +73,10 @@ export PATH="$PATH:$HOME/.local/bin"
|
|||
# Go
|
||||
export GOPATH="$HOME/.go"
|
||||
export PATH="$PATH:$HOME/.go/bin"
|
||||
|
||||
# Bash-preexec (for Atuin)
|
||||
[ -x /usr/share/bash-preexec/bash-preexec.sh ] \
|
||||
&& source /usr/share/bash-preexec/bash-preexec.sh
|
||||
|
||||
# Atuin
|
||||
[ -x /usr/bin/atuin ] && eval "$(/usr/bin/atuin init bash --disable-up-arrow)"
|
||||
|
|
Loading…
Add table
Reference in a new issue