Skip to content

Instantly share code, notes, and snippets.

@hatarist
Created September 24, 2015 08:43
Show Gist options
  • Save hatarist/d27a69d6b0889a51f849 to your computer and use it in GitHub Desktop.
Save hatarist/d27a69d6b0889a51f849 to your computer and use it in GitHub Desktop.
fish + iterm2 shell integration + scp/rsync = <3
# ~/.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