-
Notifications
You must be signed in to change notification settings - Fork 0
/
zshrc.symlink
43 lines (31 loc) · 893 Bytes
/
zshrc.symlink
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <[email protected]>
#
DOTFILES=$HOME/.dotfiles
#if [[ -s "${DOTFILES}/powerlevel9k.zsh" ]]; then
# source ${DOTFILES}/powerlevel9k.zsh
#fi
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
# use .localrc for SUPER SECRET CRAP that you don't
# want in your public, versioned repo.
if [[ -a $HOME/.localrc ]]
then
source $HOME/.localrc
fi
source $DOTFILES/dotfunctions.zsh
# set_debug_mode
# Load dotfiles ZSH configs
dotfile_config_files
# load the path files
load_path_config
# load everything but the path, env, alias and completion files
load_general_config
# source ~/.dotfiles/powerlevel10k/powerlevel10k.zsh-theme
# source /home/irrenhaus/.config/broot/launcher/bash/br