simplify relative file path calculation using ZSH
https://github.com/robbyrussell/oh-my-zsh/pull/215/files#r104749
This commit is contained in:
parent
acd181e11f
commit
9d3683b3d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue