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