Skip to content

Commit ded8719

Browse files
committed
Add fig config
Signed-off-by: Timo Sand <[email protected]>
1 parent 4894f3c commit ded8719

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

tmux.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,7 @@ set -g @plugin 'seebi/tmux-colors-solarized'
7272

7373
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
7474
run '~/.tmux/plugins/tpm/tpm'
75+
76+
# Fig Tmux Integration: Enabled
77+
source-file ~/.fig/tmux
78+
# End of Fig Tmux Integration

zprofile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Fig pre block. Keep at the top of this file.
2+
export PATH="${PATH}:${HOME}/.local/bin"
3+
eval "$(fig init zsh pre)"
4+
15
# vim syn=zsh
26
#echo 'zprofile' $0 # Debug
37
# zmodload zsh/zprof
@@ -40,3 +44,7 @@ esac
4044
# eliminates duplicates in *paths
4145
typeset -gU PATH cdpath fpath path
4246
export PATH
47+
48+
# Fig post block. Keep at the bottom of this file.
49+
eval "$(fig init zsh post)"
50+

zshrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Fig pre block. Keep at the top of this file.
2+
export PATH="${PATH}:${HOME}/.local/bin"
3+
eval "$(fig init zsh pre)"
4+
15
#!/usr/bin/zsh
26

37
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
@@ -124,3 +128,7 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
124128
# zprof
125129
# unsetopt XTRACE
126130
# exec 2>&3 3>&-
131+
132+
# Fig post block. Keep at the bottom of this file.
133+
eval "$(fig init zsh post)"
134+

0 commit comments

Comments
 (0)