Skip to content

Commit ede462e

Browse files
committed
vimrc, won't you please go where I want you...
1 parent e59ee6b commit ede462e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jobs/jumpbox/spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ templates:
99
bin/watcher: bin/watcher
1010
config/banner: config/banner
1111
config/bashrc: config/bashrc
12+
config/vimrc: config/vimrc
1213

1314
properties:
1415
jumpbox.hostname:

jobs/jumpbox/templates/bin/jumpbox_ctl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -e
55
rm -f /etc/profile.d/jumpbox.sh
66
rm -f /etc/skel/.bashrc
77
cp /var/vcap/jobs/jumpbox/config/bashrc /etc/bash.bashrc
8+
cp /var/vcap/jobs/jumpbox/config/vimrc /usr/share/vim/vimrc
89

910
source /var/vcap/jobs/jumpbox/config/bashrc
1011
pidfile=/var/vcap/sys/run/jumpbox/watcher.pid

0 commit comments

Comments
 (0)