Skip to content

Commit

Permalink
simplify relative file path calculation using ZSH
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu authored and sunaku committed Aug 29, 2011
1 parent acd181e commit 9d3683b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-history-substring-search.plugin.zsh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9d3683b

Please sign in to comment.