dotfiles/.bash_profile

9 lines
94 B
Bash
Raw Permalink Normal View History

#
# ~/.bash_profile
#
XDG_SESSION_TYPE=wayland
EDITOR=vim
2020-01-05 22:23:32 +01:00
[[ -f ~/.bashrc ]] && . ~/.bashrc