aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index a3d15ca..0a4c251 100644
--- a/.zshrc
+++ b/.zshrc
@@ -417,6 +417,10 @@ else
alias lsla='ls --color=always -al'
fi
+if [[ "$(uname)" == "Darwin" ]]; then
+ alias tac='tail -r'
+fi
+
export LD_LIBRARY_PATH=$HOME/lib:$LD_LIBRARY_PATH
export PATH=$HOME/bin:$HOME/.local/bin:$PATH