added .profile

This commit is contained in:
tracer 2019-11-19 02:58:47 +01:00
parent 5f17bd834d
commit 7e1d9e175a
1 changed files with 15 additions and 0 deletions

15
.profile Normal file
View File

@ -0,0 +1,15 @@
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"