summaryrefslogtreecommitdiff
path: root/.zshrc
blob: 9ff81b5405dadbf754ef67caafb292234bba2880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ZSH config
[ -f $HOME/.config/zsh/exports.zsh ] && source $HOME/.config/zsh/exports.zsh
[ -f $HOME/.config/zsh/prompt.zsh ] && source $HOME/.config/zsh/prompt.zsh
[ -f $HOME/.config/zsh/aliases.zsh ] && source $HOME/.config/zsh/aliases.zsh
[ -f $HOME/.config/zsh/functions.zsh ] && source $HOME/.config/zsh/functions.zsh
[ -f $HOME/.config/zsh/purs.zsh ] && source $HOME/.config/zsh/purs.zsh
[ -f $HOME/.config/zsh/history.zsh ] && source $HOME/.config/zsh/history.zsh
[ -f $HOME/.config/zsh/antigen_pkgs.zsh ] && source $HOME/.config/zsh/antigen_pkgs.zsh
[ -f $HOME/.config/zsh/keybindings.zsh ] && source $HOME/.config/zsh/keybindings.zsh
[ -f $HOME/.config/zsh/programs.zsh ] && source $HOME/.config/zsh/programs.zsh
[ -f $HOME/.config/zsh/fzf.zsh ] && source $HOME/.config/zsh/fzf.zsh

# Created by `pipx` on 2021-03-01 21:32:03
export PATH="$PATH:/home/aktersnurra/.local/bin"