[profile] replace local_env by profile.local

This commit is contained in:
odrling 2019-10-08 00:58:36 +02:00
parent 11620b74b6
commit 13d4416239

View file

@ -1,14 +1,12 @@
export BROWSER=firefox
export EDITOR=vi
export PRIMARY_SCREEN=eDP1
export CONNECT_INTERFACE="wlp2s0"
export PATH="$HOME/.local/bin:$PATH:$HOME/.vim/fzf/bin"
export FZF_DEFAULT_OPTS="-m --no-mouse"
export FZF_DEFAULT_COMMAND="find . -type f | cut -d'/' -f2-"
[ -f ~/.local_env ] && . ~/.local_env
[ -f ~/.profile.local ] && . ~/.profile.local
if [ "$(tty)" = '/dev/tty1' ]; then
pgrep xinit || exec startx