1 files changed, 3 insertions(+), 1 deletions(-)
M .bashrc
M .bashrc => .bashrc +3 -1
@@ 1,10 1,12 @@
#
# ~/.bashrc
#
-
# source ~/.env
+export EDITOR=vim
export GOPATH=~/.local/share/go
export PATH=~/bin:~/.local/bin:$PATH
+export HISTFILESIZE=
+export HISTSIZE=
# If not running interactively, don't do anything
[[ $- != *i* ]] && return