Update .config path for bash

This commit is contained in:
Xerus 2020-03-24 00:26:49 +01:00
parent 9a9ee4df31
commit 9ee35f585f
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source ~/.local/share/shell/functions
source ~/.config/shell/functions
# ls aliases

View File

@ -4,3 +4,4 @@ export PASSWORD_STORE_DIR="$HOME/.local/share/pass"
export ZDOTDIR="$HOME/.config/zsh"
export _Z_DATA="$HOME/.config/zsh/z"
export EDITOR=/usr/bin/nvim
export MANPAGER="sh -c 'col -bx | bat -l man -p'"