mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 14:15:45 +08:00
Removing redirect fd 1 and 2.
Well don't need all the extra redirect. normally correclty set.
This commit is contained in:
parent
eb60e799af
commit
dc46cbce7d
|
@ -65,4 +65,4 @@ echo
|
|||
colored green ' ....is now installed.'
|
||||
|
||||
# Run shell after installation.
|
||||
exec fish < /dev/tty 2>&1 > /dev/tty
|
||||
exec fish < /dev/tty
|
||||
|
|
Loading…
Reference in New Issue
Block a user