-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[deps] Disabling fasd __fasd_run function as workaround to conflict w…
…ith fish pipe and redirection issue fishgretel/fasd#17
- Loading branch information
1 parent
1c1596b
commit ee77f49
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
function __fasd_run -e fish_postexec -d "fasd takes record of the directories changed into" | ||
set -lx RETVAL $status | ||
if test $RETVAL -eq 0 # if there was no error | ||
command fasd --proc (command fasd --sanitize (eval echo "$argv") | tr -s " " \n) > "/dev/null" 2>&1 & | ||
end | ||
end | ||
# WORKAROUND: pipe and redirections conflict - https://github.com/fishgretel/fasd/issues/17 | ||
|
||
# function __fasd_run -e fish_postexec -d "fasd takes record of the directories changed into" | ||
# set -lx RETVAL $status | ||
# if test $RETVAL -eq 0 # if there was no error | ||
# command fasd --proc (command fasd --sanitize (eval echo "$argv") | tr -s " " \n) > "/dev/null" 2>&1 & | ||
# end | ||
# end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
jethrokuan/fzf | ||
jorgebucaran/fisher | ||
edc/bass | ||
jethrokuan/fzf | ||
jhillyerd/plugin-git | ||
fishgretel/fasd | ||
sijad/gitignore | ||
edc/bass | ||
fishgretel/fasd |