added notes on updating thefuck and also added config for thefuck in bashrc

This commit is contained in:
tomit4 2022-04-15 17:51:01 -07:00
parent 7c18d0df1e
commit a830feb8b2
2 changed files with 4 additions and 0 deletions

View file

@ -375,6 +375,9 @@ alias yt='ddgr --gb \!yt "${1}"'
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
alias regen_initramfs="doas mkinitcpio -P"
# Configure thefuck
eval "$(thefuck --alias)"
export EDITOR=nvim
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin"
export GREP_COLORS='ms=01;36'