simplify relative file path calculation using ZSH

https://github.com/robbyrussell/oh-my-zsh/pull/215/files#r104749
This commit is contained in:
Sorin Ionescu 2011-08-28 06:12:47 -07:00 committed by Suraj N. Kurapati
parent acd181e11f
commit 9d3683b3d3

View file

@ -1,6 +1,6 @@
# This file integrates the zsh-history-substring-search script into oh-my-zsh.
source "$ZSH/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh"
source "${0:r:r}.zsh"
if test "$CASE_SENSITIVE" = true; then
unset HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS