mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nix): remove asdf sourcing
This commit is contained in:
@@ -5,10 +5,10 @@ end
|
|||||||
# *** *** Configuration *** ***
|
# *** *** Configuration *** ***
|
||||||
|
|
||||||
# Base16 Shell
|
# Base16 Shell
|
||||||
if status --is-interactive
|
# if status --is-interactive
|
||||||
set BASE16_SHELL "$HOME/.config/base16-shell/"
|
# set BASE16_SHELL "$HOME/.config/base16-shell/"
|
||||||
source "$BASE16_SHELL/profile_helper.fish"
|
# source "$BASE16_SHELL/profile_helper.fish"
|
||||||
end
|
# end
|
||||||
|
|
||||||
# Use wezterm.terminfo
|
# Use wezterm.terminfo
|
||||||
# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
|
# curl https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo | tic -x -
|
||||||
@@ -78,15 +78,6 @@ set --export FZF_ALT_C_OPTS "--preview 'tree -C {} | head -50'"
|
|||||||
|
|
||||||
set --export FZF_COMPLETE 0
|
set --export FZF_COMPLETE 0
|
||||||
|
|
||||||
# asdf Version Manager
|
|
||||||
source $(dirname $(dirname $(readlink -f $(which asdf))))/share/asdf-vm/asdf.fish
|
|
||||||
|
|
||||||
# Conda
|
|
||||||
set conda_path (brew --prefix)/Caskroom/miniconda/base/bin/conda
|
|
||||||
if test -f $conda_path
|
|
||||||
eval $conda_path "shell.fish" hook $argv | source
|
|
||||||
end
|
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
set nix_path /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
set nix_path /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
|
||||||
if test -f $nix_path
|
if test -f $nix_path
|
||||||
|
|||||||
@@ -68,10 +68,6 @@ fi
|
|||||||
# Man
|
# Man
|
||||||
export MANPATH="/usr/local/man:$MANPATH"
|
export MANPATH="/usr/local/man:$MANPATH"
|
||||||
|
|
||||||
# Asdf
|
|
||||||
. "$(brew --prefix)/opt/asdf/libexec/asdf.sh"
|
|
||||||
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
|
|
||||||
|
|
||||||
# Volta
|
# Volta
|
||||||
export VOLTA_HOME="$HOME/.volta"
|
export VOLTA_HOME="$HOME/.volta"
|
||||||
export PATH="$VOLTA_HOME/bin:$PATH"
|
export PATH="$VOLTA_HOME/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user