summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
authorseth <[email protected]>2022-07-01 21:51:47 -0400
committerseth <[email protected]>2022-08-04 04:40:57 -0400
commit210adb6461ec9ac8243f39e4efd6f78b041d4a01 (patch)
treee99d7010394d970e017c7fa9f5d7b420c502ae39 /.config/fish/config.fish
parentac74db5a8fa69e5d3047b35f70c65b27dc07cfcb (diff)
xdg-ified
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish19
1 files changed, 2 insertions, 17 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 35da1bb..2af421a 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -3,20 +3,5 @@
#
-# add ~/.local/bin to path if the directory exists
-function add_local_bin
- set -f dir "$HOME/.local/bin"
- if test -e $dir; and not contains $dir $PATH
- fish_add_path "$HOME/.local/bin"
- end
-end
-add_local_bin
-
-# default programs
-set -gx VISUAL nvim
-set -gx EDITOR nvim
-set -gx GPG_TTY (tty)
-
-# paths
-set -gx CARGO_HOME "$HOME/.local/share/cargo"
-set -gx RUSTUP_HOME "$HOME/.local/share/rustup"
+# plugins
+starship init fish | source