dotfiles/.bash_profile

9 lines
94 B
Bash

#
# ~/.bash_profile
#
XDG_SESSION_TYPE=wayland
EDITOR=vim
[[ -f ~/.bashrc ]] && . ~/.bashrc