created regen_initramfs alias for mkinitcpio -P
This commit is contained in:
parent
9e670ce551
commit
e58601bcc8
1 changed files with 4 additions and 1 deletions
|
|
@ -174,7 +174,6 @@ export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\033[01;37m
|
||||||
# Custom Bash Commands
|
# Custom Bash Commands
|
||||||
alias dmesg="doas dmesg -H"
|
alias dmesg="doas dmesg -H"
|
||||||
alias kernel="uname -r"
|
alias kernel="uname -r"
|
||||||
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
|
||||||
alias .="cd"
|
alias .="cd"
|
||||||
alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r"
|
alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r"
|
||||||
alias forget="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
|
alias forget="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
|
||||||
|
|
@ -362,6 +361,10 @@ alias gh='ddgr --gb \!gh "${1}"'
|
||||||
alias red='ddgr \!r "${1}"'
|
alias red='ddgr \!r "${1}"'
|
||||||
alias yt='ddgr --gb \!yt "${1}"'
|
alias yt='ddgr --gb \!yt "${1}"'
|
||||||
|
|
||||||
|
# run the following two aliases every time you update the kernels and nvidiadkms
|
||||||
|
alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg"
|
||||||
|
alias regen_initramfs="doas mkinitcpio -P"
|
||||||
|
|
||||||
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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue