diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-28 20:56:37 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-28 20:58:54 +0100 |
| commit | d2502fc536da34e0c0dd9f690880e82c61ba5585 (patch) | |
| tree | 3b3ffe0af95cc305af8d1163a254dd6c753ca0af /config/zsh/zprofile | |
| parent | 9a330ae3cbeff95f6e02a2503ebd6d24f6024637 (diff) | |
| download | dotfiles-d2502fc536da34e0c0dd9f690880e82c61ba5585.tar.gz dotfiles-d2502fc536da34e0c0dd9f690880e82c61ba5585.tar.bz2 dotfiles-d2502fc536da34e0c0dd9f690880e82c61ba5585.zip | |
Added aspell XDG dirs support
Diffstat (limited to 'config/zsh/zprofile')
| -rwxr-xr-x | config/zsh/zprofile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile index e18025d..7895db6 100755 --- a/config/zsh/zprofile +++ b/config/zsh/zprofile @@ -22,6 +22,7 @@ export ZDOTDIR="$XDG_CONFIG_HOME/zsh" export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py" +export ASPELL_CONF="per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl" # shellcheck disable=SC2016 export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' export IPYTHONDIR="$XDG_CONFIG_HOME/ipython" @@ -55,4 +56,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm) export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies -[ "$(tty)" = '/dev/tty1' ] && { startx ; poweroff; } +[ "$(tty)" = '/dev/tty1' ] && { startx ; poweroff ; } |
