1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-26 00:33:22 +00:00

bashrc: add autojump

This commit is contained in:
Phantop 2020-08-22 23:12:07 -04:00
parent 1f898a7c1f
commit 6ebc015904

View file

@ -1,4 +1,5 @@
eval "$(starship init bash)"
source /usr/share/autojump/autojump.bash
# Sensible Bash - An attempt at saner Bash defaults
# Maintainer: mrzool <http://mrzool.cc>
@ -93,3 +94,6 @@ shopt -s cdable_vars
alias cd='cd -P'
alias s=sudo
alias vi=nvim
alias v=vi