File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,7 @@ set -g @plugin 'seebi/tmux-colors-solarized'
72
72
73
73
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
74
74
run ' ~/.tmux/plugins/tpm/tpm'
75
+
76
+ # Fig Tmux Integration: Enabled
77
+ source-file ~ /.fig/tmux
78
+ # End of Fig Tmux Integration
Original file line number Diff line number Diff line change
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
+
1
5
# vim syn=zsh
2
6
# echo 'zprofile' $0 # Debug
3
7
# zmodload zsh/zprof
40
44
# eliminates duplicates in *paths
41
45
typeset -gU PATH cdpath fpath path
42
46
export PATH
47
+
48
+ # Fig post block. Keep at the bottom of this file.
49
+ eval " $( fig init zsh post) "
50
+
Original file line number Diff line number Diff line change
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
+
1
5
#! /usr/bin/zsh
2
6
3
7
# 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
124
128
# zprof
125
129
# unsetopt XTRACE
126
130
# exec 2>&3 3>&-
131
+
132
+ # Fig post block. Keep at the bottom of this file.
133
+ eval " $( fig init zsh post) "
134
+
You can’t perform that action at this time.
0 commit comments