# HG changeset patch # User Augie Fackler # Date 1228498215 21600 # Node ID cb2b2943221d4188a5d12fa512010f627599c805 # Parent 0de17fe9c42887985150cd0dd6334d19be76d0cd Stop mentioning this because it makes shelling out in emacs annoying. diff --git a/.zsh/00.path_manipulation.zsh b/.zsh/00.path_manipulation.zsh --- a/.zsh/00.path_manipulation.zsh +++ b/.zsh/00.path_manipulation.zsh @@ -2,7 +2,7 @@ function insert_path_element() { if echo "$PATH" | grep "$1:" >> /dev/null; then - echo $1 already in path + true else export PATH="$1:$PATH" fi