fixing rsync and scp errors..
This commit is contained in:
parent
4cd3e5e286
commit
699914bfad
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Skip config if in non-interactive SSH used by rsync/scp/..
|
||||
[[ $- != *i* ]] &&
|
||||
return
|
||||
|
||||
blesh=true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue