mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-17 07:44:41 +04:00
update to universalvars
This commit is contained in:
parent
9b79d32c60
commit
8971348f5b
3 changed files with 33 additions and 13 deletions
|
|
@ -32,18 +32,18 @@ if status is-interactive
|
|||
zoxide init fish | source
|
||||
end
|
||||
end
|
||||
if command -v poetry > /dev/null
|
||||
poetry completions fish | source
|
||||
end
|
||||
if test -f ~/.ghcup/env
|
||||
bass source ~/.ghcup/env
|
||||
end
|
||||
if test -x ~/.rbenv/bin/rbenv
|
||||
~/.rbenv/bin/rbenv init - fish | source
|
||||
end
|
||||
if test -f ~/.opam/opam-init/init.fish
|
||||
source ~/.opam/opam-init/init.fish
|
||||
end
|
||||
#if test -f ~/.ghcup/env
|
||||
# bass source ~/.ghcup/env
|
||||
#end
|
||||
#if test -x ~/.rbenv/bin/rbenv
|
||||
# ~/.rbenv/bin/rbenv init - fish | source
|
||||
#end
|
||||
#if test -f ~/.opam/opam-init/init.fish
|
||||
# source ~/.opam/opam-init/init.fish
|
||||
#end
|
||||
alias clear="printf '\033[2J\033[3J\033[1;1H'"
|
||||
export PATH="$PATH:$HOME/.bin:$HOME/.local/bin"
|
||||
export PATH="$PATH:$KP2PATH"
|
||||
if set -uq KP2COMPLETIONS
|
||||
eval "$KP2COMPLETIONS"
|
||||
end
|
||||
bass source ~/.bashrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue