diff options
| author | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2015-07-07 11:51:46 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciejjo@maciejjo.pl> | 2015-07-07 11:51:46 +0200 |
| commit | b63849aaf61b8ba011ebdc73bf6a069858f33fee (patch) | |
| tree | 1521afd2e2d377280825e550bea1ba6b929e076b | |
| parent | ac33ef204fd06a977e674b5528a4d99f4a0b808d (diff) | |
Fixed scp
| -rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index a999039..ffe55e1 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -152,6 +152,8 @@ prompt_color() { } +# Fix SCP copy +[ -z “$PS1″ ] && return # ----------------------------------------------------------------------------- # Ls and dircolors |
