diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2024-07-20 11:22:46 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2024-07-20 11:22:46 +0200 |
| commit | 1062f08a519bc17e847df6f18e93193877dfbf6e (patch) | |
| tree | c6acba7ef53992f1a11292c7f34a736f14c51581 /config/fish | |
| parent | 03eb44293762bbbe7459b91a4c7bdf23e62a5bf6 (diff) | |
| download | dotfiles-1062f08a519bc17e847df6f18e93193877dfbf6e.tar.gz dotfiles-1062f08a519bc17e847df6f18e93193877dfbf6e.tar.bz2 dotfiles-1062f08a519bc17e847df6f18e93193877dfbf6e.zip | |
Add neotree and glow plugins to neovim
Diffstat (limited to 'config/fish')
| -rw-r--r-- | config/fish/config.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/fish/config.fish b/config/fish/config.fish index ac67f57..54e6317 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -18,6 +18,9 @@ set -gx PATH "$PATH:$HOME/.local/bin" set -gx PATH "$PATH:$HOME/git/odin" set -gx PATH "$PATH:$HOME/git/ols" +# ESP32 rust toolchain +. "$HOME/export-esp.sh" + # applications set -gx EDITOR 'nvim' set -gx TERMINAL 'alacritty' |
