.dotfiles/.config/environment

27 lines
696 B
Plaintext
Raw Normal View History

2020-07-15 13:50:56 +00:00
#!/usr/bin/env sh
[ -f "$HOME/.config/user-dirs.dirs" ] && source "$HOME/.config/user-dirs.dirs"
export CM_LAUNCHER='rofi'
2020-11-18 14:40:36 +00:00
2020-07-15 13:50:56 +00:00
export EDITOR='/usr/bin/vim'
export GOPATH="$HOME/.local/share/go"
2020-07-15 13:50:56 +00:00
export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
2020-07-15 13:50:56 +00:00
export MAILCAPS="$HOME/.config/mailcap/mailcaprc"
2020-12-26 15:28:16 +00:00
export MARKPATH="$HOME/.config/zsh/jump_marks"
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
2021-02-13 21:52:08 +00:00
export OSH="$HOME/.config/bash/oh-my-bash"
2020-07-15 13:50:56 +00:00
2021-02-13 21:52:08 +00:00
export PASSWORD_STORE_GENERATED_LENGTH='64'
2021-01-20 13:00:21 +00:00
export PATH=/usr/local/bin:/usr/bin:/usr/sbin:/bin:/sbin:$HOME/.local/bin:$GOPATH/bin
export VIMINIT="source $HOME/.config/vim/vimrc"
export ZDOTDIR="$HOME/.config/zsh"
2021-02-13 21:52:08 +00:00
export ZSH="$ZDOTDIR/oh-my-zsh"