mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
apparently scp fails without this noninteractive thing because of neofetch
This commit is contained in:
parent
fef9de63af
commit
2c1c78c9c0
1 changed files with 6 additions and 5 deletions
11
.bashrc
11
.bashrc
|
@ -9,11 +9,12 @@
|
|||
# I hate bells a lot
|
||||
set bell-style none
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
# case $- in
|
||||
# *i*) ;;
|
||||
# *) return;;
|
||||
# esac
|
||||
# fixes "scp: Received message too long 169564991" error
|
||||
# If not running interactively, don't do anything, no outputs
|
||||
case $- in
|
||||
*i*) ;;
|
||||
*) return;;
|
||||
esac
|
||||
|
||||
# default editor
|
||||
export EDITOR=vim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue