added notes on updating thefuck and also added config for thefuck in bashrc
This commit is contained in:
parent
7c18d0df1e
commit
a830feb8b2
2 changed files with 4 additions and 0 deletions
|
|
@ -375,6 +375,9 @@ alias yt='ddgr --gb \!yt "${1}"'
|
||||||
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
alias regen_initramfs="doas mkinitcpio -P"
|
alias regen_initramfs="doas mkinitcpio -P"
|
||||||
|
|
||||||
|
|
||||||
|
# Configure thefuck
|
||||||
|
eval "$(thefuck --alias)"
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin"
|
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin"
|
||||||
export GREP_COLORS='ms=01;36'
|
export GREP_COLORS='ms=01;36'
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ doas cp paru.conf /etc/paru.conf
|
||||||
|
|
||||||
install the following:
|
install the following:
|
||||||
|
|
||||||
|
doas pacman -S thefuck
|
||||||
paru bat
|
paru bat
|
||||||
|
|
||||||
if you get a warning regarding ddgr, remove it and install ddgr-git (package maintainer just started a new repo, no crazy changes afaik)
|
if you get a warning regarding ddgr, remove it and install ddgr-git (package maintainer just started a new repo, no crazy changes afaik)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue