more emoji aliases
This commit is contained in:
parent
2cf7e234e9
commit
72693e646d
10
.zshrc
10
.zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue