add: mail configs
This commit is contained in:
parent
77c6f7b64e
commit
b9ad06cf15
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,7 @@ alias aliases='vim ~/.config/aliasrc && source ~/.config/aliasrc'
|
|||
alias df='df -h'
|
||||
|
||||
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias dotfiles-mail='/usr/bin/git --git-dir=$HOME/.dotfiles-mail/ --work-tree=$HOME'
|
||||
|
||||
alias du='du -hL'
|
||||
|
||||
|
|
3
.profile
3
.profile
|
@ -1,5 +1,6 @@
|
|||
export EDITOR='/usr/bin/vim'
|
||||
export VIMINIT='source ~/.config/vim/vimrc'
|
||||
export VIMINIT="source $HOME/.config/vim/vimrc"
|
||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
|
||||
export PASSWORD_STORE_GENERATED_LENGTH='64'
|
||||
|
||||
if [ -x "$(command -v gpgconf)" ]
|
||||
|
|
Loading…
Reference in a new issue