Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set nvim as default editor #59

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions set-up-new-machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ cat >> ~/.$(basename $SHELL)rc <<EOF
export GIT_DUET_CO_AUTHORED_BY=1
export GIT_DUET_SET_GIT_USER_CONFIG=true

export GIT_EDITOR=nvim
export EDITOR=nvim

export CDPATH=".:$HOME/workspace"

export TERM=xterm-256color

source ~/workspace/capi-workspace/lib/pullify.bash
Expand All @@ -219,6 +224,7 @@ source ~/workspace/capi-workspace/lib/unclaim-bosh-lite.bash
PATH="$PATH:$HOME/workspace/capi-workspace/bin"
alias roundup_bosh_lites="print_env_info"
alias gst="git status"
alias vi=nvim
EOF

# prepare cloudcontroller_ng for running tests
Expand Down