#!/bin/bash # # ~/.bash_profile # [[ -f ~/.bashrc ]] && source ~/.bashrc # Variables export EDITOR=vim export VISUAL=vim export LESSHISTFILE=/dev/null