modified aliases to play nicer with lsd
This commit is contained in:
parent
4a4827adbf
commit
30d63ab0c9
10
.zprofile
10
.zprofile
|
@ -1,15 +1,5 @@
|
||||||
|
|
||||||
alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'"
|
|
||||||
|
|
||||||
export BASH_SILENCE_DEPRECATION_WARNING=1
|
|
||||||
|
|
||||||
pb() {
|
pb() {
|
||||||
echo "$1" | nc pb.24unix.net 9999
|
echo "$1" | nc pb.24unix.net 9999
|
||||||
}
|
}
|
||||||
|
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
export PATH=/usr/local/libexec/gnubin:$PATH
|
|
||||||
|
|
||||||
alias ls="ls --color=auto"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue