diff options
| -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 |
