summaryrefslogtreecommitdiffstats
path: root/.bash_profile
blob: b8cb8bd84c25a270f09ad6645f90cc1e6b716356 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# bash profile

PATH=$PATH:~/.local/bin

export HISTFILE=~/.local/share/bash/history
export HISTCONTROL=erasedups
export LESSHISTFILE=-
export EDITOR=nvim
export VISUAL=$EDITOR
export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket

[[ -f ~/.bashrc ]] && . ~/.bashrc