Skip to content

Instantly share code, notes, and snippets.

@a-shevtsov
Last active August 2, 2018 17:15
Show Gist options
  • Save a-shevtsov/e8a207f5d2acd2a39b56748d0bbcc486 to your computer and use it in GitHub Desktop.
Save a-shevtsov/e8a207f5d2acd2a39b56748d0bbcc486 to your computer and use it in GitHub Desktop.
.bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
# Set alias for nvim
alias vi=nvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment