mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 17:28:39 +08:00
Workaround for https://github.com/fish-shell/fish-shell/issues/1443
This commit is contained in:
parent
01a6736b24
commit
1255651348
@ -4,7 +4,7 @@
|
||||
# Based on oh-my-zsh's sprunge plugin
|
||||
|
||||
function sprunge
|
||||
if isatty stdin
|
||||
if isatty
|
||||
if [ (count $argv) -gt 0 ]
|
||||
if [ -f $argv ]
|
||||
cat $argv
|
||||
|
Loading…
x
Reference in New Issue
Block a user