summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index bd26310..904efe5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -343,10 +343,12 @@ case $_HOST_TYPE in
;;
Darwin)
alias ls='ls -h -G'
+ alias grep='ggrep'
export LD_LIBRARY_PATH=$HOME/.local/lib:$LD_LIBRARY_PATH
if [[ -d /Library/TeX/texbin/ ]]; then
export PATH=/Library/TeX/texbin:$PATH
fi
+ alias afk="/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend"
;;
Linux)
alias ls='ls -h --color=auto'