Created
September 24, 2015 08:43
-
-
Save hatarist/d27a69d6b0889a51f849 to your computer and use it in GitHub Desktop.
fish + iterm2 shell integration + scp/rsync = <3
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
# ~/.config/fish/config.fish: | |
# Shell integration breaks utilites like scp or rsync because of the excessive output. | |
# We will load it only if the shell is actually interactive. | |
if status --is-interactive | |
. $HOME/.iterm2_shell_integration.fish | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment