forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zshrc
30 lines (25 loc) · 889 Bytes
/
zshrc
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
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <[email protected]>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
export FZF_DEFAULT_COMMAND='fd --type f'
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
DEBEMAIL="[email protected]"
DEBFULLNAME="Gang Liang"
export DEBEMAIL=DEBFULLNAME
# so xdg-open will use exo-open as program launcher
export XDG_CURRENT_DESKTOP=XFCE
# Customize to your needs...
source ~/02-computing/shell/zsh-config/basic.zsh
source ~/02-computing/shell/zsh-config/alias.zsh
source ~/02-computing/shell/zsh-config/fzf.zsh
source ~/02-computing/shell/zsh-config/sagemaker.zsh
source ~/02-computing/shell/zsh-config/functions.zsh
source ~/02-computing/shell/zsh-config/ssh.zsh
source ~/02-computing/shell/zsh-config/key-bindings.zsh