Skip to content

Commit

Permalink
Clean up env file
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed Sep 2, 2024
1 parent c7b6188 commit 020185b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions fish/.config/fish/environment.fish
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,8 @@ set -x BROWSER www
set -a PATH ~/bin
set -a PATH ~/.local/bin
set -a PATH ~/.cask/bin
set -a PATH ~/.roswell/bin
set -a PATH (rbenv prefix)/bin
set -a PATH ~/.cargo/bin
set -a PATH ~/.pyenv/bin
set -a PATH ~/.rbenv/bin
set -a PATH ~/.poetry/bin
set -a PATH ~/go/bin

set -a PATH ~/.config/rofi/bin

status is-interactive; and pyenv init --path | source
pyenv init - | source
status --is-interactive; and source (rbenv init -|psub)

set -x RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/src

set -x QT_QPA_PLATFORMTHEME "qt5ct"

set -a LD_LIBRARY_PATH /usr/local/lib

0 comments on commit 020185b

Please sign in to comment.