Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
Updates to avoid Ctrl-S issue in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDugdale authored and JAremko committed Jan 30, 2019
1 parent f1b827b commit 827b4c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bashrc
@@ -0,0 +1 @@
stty -ixon
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -57,6 +57,8 @@ RUN mkdir -p /ext && echo " " > /ext/.vimrc

COPY .vimrc $UHOME/my.vimrc

COPY .bashrc $UHOME/.bashrc

# Vim plugins deps
RUN apk --update add \
bash \
Expand Down
1 change: 1 addition & 0 deletions run
Expand Up @@ -6,5 +6,6 @@ echo "execute pathogen#infect('/ext/bundle/{}')" >> .vimrc
mkdir -p /home/developer/.vim_runtime/temp_dirs
cat .vimrc~ >> .vimrc
echo "source /ext/.vimrc" >> .vimrc
source /home/developer/.bashrc
cd /home/developer/workspace/
vim $@

0 comments on commit 827b4c8

Please sign in to comment.