File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828# fi
2929# if [ -e /home/tj/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tj/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
3030# if [ -e /home/tjdevries/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tjdevries/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
31+ # if [ -e /home/tj/.nix-profile/etc/profile.d/nix.sh ]; then . /home/tj/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
32+
33+ . " $HOME /.cargo/env"
Original file line number Diff line number Diff line change 11# Font configuration
2- font_family JetBrains Mono Regular Nerd Font Complete Mono
3- bold_font JetBrains Mono Bold Nerd Font Complete Mono
4- italic_font JetBrains Mono Italic Nerd Font Complete Mono
5- bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete Mono
2+ font_family JetBrainsMono Nerd Font Mono Regular
3+ bold_font JetBrainsMono Nerd Font Mono Bold
4+ italic_font JetBrainsMono Nerd Font Mono Italic
5+ bold_italic_font JetBrainsMono Nerd Font Mono Bold Italic
66
7- #
87# italic_font JetBrains Mono Italic Nerd Font Complete Mono
98# bold_font Jetbrains Mono Bold
109
@@ -28,7 +27,7 @@ background #282c34
2827dynamic_background_opacity true
2928
3029# from nvim-nonicons
31- symbol_map U+f101-U+f208 nonicon
30+ # symbol_map U+f101-U+f208 nonicon regular
3231
3332map ctrl+shift+q noop
3433map ctrl+shift+w noop
Original file line number Diff line number Diff line change 1+ .zsh_history
2+ .zsh_sessions /
Original file line number Diff line number Diff line change 11
2- export PATH=" $HOME /.cargo/bin:$PATH "
32
43if hash nvim 2> /dev/null; then
54 export EDITOR=nvim
@@ -9,3 +8,5 @@ if hash nvim 2>/dev/null; then
98else
109 export EDITOR=vim
1110fi
11+
12+ eval " $( /opt/homebrew/bin/brew shellenv) "
Original file line number Diff line number Diff line change 208208export PATH=" $HOME /.local/bin/:$PATH "
209209
210210if [ -f " $HOME /.asdf/asdf.sh" ]; then
211- . $HOME /.asdf/asdf.sh
212- . $HOME /.asdf/completions/asdf.bash
211+ # . $HOME/.asdf/asdf.sh
212+ # . $HOME/.asdf/completions/asdf.bash
213+
214+ . /opt/homebrew/opt/asdf/libexec/asdf.sh
213215fi
214216
215217
You can’t perform that action at this time.
0 commit comments