]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/.zshrc
zshenv: add _sev_proot_old_username for proot tmp
[dotfiles.git] / etc / zsh / .zshrc
index 1f3f432baf273d2c962ac41a91c32d68760bb815..da694128d5a71b2be531ff9f13417f77d5b3dff8 100644 (file)
@@ -216,6 +216,13 @@ alias p=\$PAGER
 alias e=\$EDITOR
 alias se=sudoedit
 alias syncwatch='sync & watch -d grep -Fe Dirty: -e Writeback: /proc/meminfo'
+if [[ -v commands[grep] ]] {
+    [[ -v commands[fgrep] ]] || alias fgrep='grep -F'
+    [[ -v commands[egrep] ]] || alias fgrep='grep -E'
+}
+for x (cat cmp diff grep test update) {
+    [[ -v commands[zutils-z$x] ]] || alias z$x=zutils-z$x
+}
 # be paranoid
 alias cp='cp -ip'
 alias mv='mv -i'
@@ -265,6 +272,8 @@ unset ps
 ## py venv
 alias va='source bin/activate'
 alias vd=deactivate
+alias vu="python3 -mvenv --upgrade"
+alias svu="sudo python3 -mvenv --upgrade"
 ## git
 alias g=git
 alias gd='git diff'
This page took 0.038944 seconds and 4 git commands to generate.