diff --git a/zsh/zshrc b/zsh/zshrc index b1b18b7..145d4c9 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -36,13 +36,6 @@ elif linux; then export VISUAL="emacs" fi -ALIASES="$ZDOTDIR/aliases" - -function add_alias { - echo "alias $1='$2'" >> "$ALIASES"; - #echo Adding alias: `tail -1 "$ALIASES"`; -} - # 2. Limits # ========= #limit coredumpsize 30m # limit core dumps to 30mb