From 30d63ab0c94ca986b2e94d791f532a3fc71a1db8 Mon Sep 17 00:00:00 2001 From: tracer Date: Wed, 8 Jul 2020 13:47:21 +0200 Subject: [PATCH] modified aliases to play nicer with lsd --- .zprofile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.zprofile b/.zprofile index 78fe4d7..8ef55c0 100644 --- a/.zprofile +++ b/.zprofile @@ -1,15 +1,5 @@ - -alias sleepless="pmset -g assertions | egrep '(PreventUserIdleSystemSleep|PreventUserIdleDisplaySleep)'" - -export BASH_SILENCE_DEPRECATION_WARNING=1 - pb() { echo "$1" | nc pb.24unix.net 9999 } export EDITOR='vim' - -export PATH=/usr/local/libexec/gnubin:$PATH - -alias ls="ls --color=auto" -