dotfiles/.profile

16 lines
338 B
Bash

alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'"
export BASH_SILENCE_DEPRECATION_WARNING=1
pb() {
echo "$1" | nc pb.24unix.net 9999
}
export EDITOR='mvim -f --nomru -c "au VimLeave * !open -a Terminal"'
export PATH=/usr/local/libexec/gnubin:$PATH
alias ls="ls --color=auto"