zsh: zrc is now just zc, and paru now has parue for editing PKGBUILD's
This commit is contained in:
parent
126325d598
commit
8dd1d47e9d
1 changed files with 3 additions and 2 deletions
5
.zshrc
5
.zshrc
|
@ -100,7 +100,8 @@
|
||||||
grep='grep --color=auto' \
|
grep='grep --color=auto' \
|
||||||
diff='diff --color=auto' \
|
diff='diff --color=auto' \
|
||||||
pacman='pacman --color=auto' \
|
pacman='pacman --color=auto' \
|
||||||
paru='paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --fm vim --skipreview' \
|
parue='/usr/bin/paru --color=auto --sudoloop --newsonupgrade --pgpfetch --upgrademenu --bottomup --fm nvim' \
|
||||||
|
paru='parue --skipreview' \
|
||||||
|
|
||||||
command -v lsd > /dev/null && alias \
|
command -v lsd > /dev/null && alias \
|
||||||
ls=lsd \
|
ls=lsd \
|
||||||
|
@ -130,7 +131,7 @@
|
||||||
# Edit config files
|
# Edit config files
|
||||||
alias \
|
alias \
|
||||||
nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \
|
nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \
|
||||||
zrc='$EDITOR ~/.zshrc' \
|
zc='$EDITOR ~/.zshrc' \
|
||||||
fstab='sudoedit /etc/fstab' \
|
fstab='sudoedit /etc/fstab' \
|
||||||
hst='$EDITOR $HISTFILE' \
|
hst='$EDITOR $HISTFILE' \
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue