dotfiles/.zprofile

16 lines
289 B
Plaintext
Raw Normal View History

2019-11-19 02:58:47 +01:00
alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'"
export BASH_SILENCE_DEPRECATION_WARNING=1
pb() {
echo "$1" | nc pb.24unix.net 9999
}
2019-12-08 14:28:31 +01:00
export EDITOR='vim'
2019-11-19 02:58:47 +01:00
export PATH=/usr/local/libexec/gnubin:$PATH
alias ls="ls --color=auto"