more emoji aliases

This commit is contained in:
Christoph J. Scherr 2025-02-11 22:26:00 +01:00
parent 2cf7e234e9
commit 72693e646d
Signed by: PlexSheep
GPG Key ID: 9EB784BB202BB7BB
1 changed files with 4 additions and 6 deletions

10
.zshrc
View File

@ -6,7 +6,7 @@ source "$HOME/.zprofile"
source "$HOME/.config/user-dirs.dirs"
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
export ZSH=$HOME/.zsh
export CLIPBOARD_NOGUI=0 # wayland only allows GUI apps to use the clipboard.
#export CLIPBOARD_NOGUI=0 # wayland only allows GUI apps to use the clipboard.
# cb would have to open every 2 seconds and steal
# focus. This sucks, so I will have to disable GUI
# integration (yes that means ctrl+v) for now.
@ -54,6 +54,8 @@ alias nobak="touch .nobackup"
alias securerm="shred -zun 100"
alias mkpatch="diff -Naru"
alias shrug="echo -ne ¯\\\_(ツ)_/¯"
alias sheep="echo -ne 🐑"
alias knife="echo -ne 🔪"
alias bak=backup
### Functions
@ -401,11 +403,7 @@ else
eval "$(zoxide init zsh)"
fi
### --- pyenv Config -------------------------------------
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
### --- completions local -------------------------------------
zstyle ':completion:*' menu select
fpath+=~/.zfunc