mirror of https://tildegit.org/ben/dotfiles
fish updates
parent
237bd4a7db
commit
2ffaf6d00d
|
@ -5,10 +5,8 @@ if test -d ~/Maildir
|
||||||
set -x MAIL ~/Maildir
|
set -x MAIL ~/Maildir
|
||||||
end
|
end
|
||||||
|
|
||||||
for i in ~/bin ~/.local/bin ~/.rbenv/bin ~/.rbenv/shims ~/.cargo/bin ~/.yarn/bin
|
for i in ~/bin ~/.local/bin ~/.rbenv/bin ~/.rbenv/shims ~/.cargo/bin ~/.yarn/bin ~/go/bin ~/.dotnet/tools
|
||||||
if test -d $i
|
fish_add_path --path $i
|
||||||
fish_add_path --path $i
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# add rbenv paths
|
# add rbenv paths
|
||||||
|
@ -40,6 +38,8 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
set -x BBJ_USER $USER
|
set -x BBJ_USER $USER
|
||||||
|
set -x DEBEMAIL ben@tilde.team
|
||||||
|
set -x DEBFULLNAME "Ben Harris"
|
||||||
|
|
||||||
# add dotnet completions if needed
|
# add dotnet completions if needed
|
||||||
if status --is-interactive && type -q dotnet
|
if status --is-interactive && type -q dotnet
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR DEBEMAIL:ben\x40tilde\x2eteam
|
SETUVAR --export DEBEMAIL:ben\x40tilde\x2eteam
|
||||||
SETUVAR DOTNET_CLI_TELEMETRY_OPTOUT:1
|
SETUVAR DOTNET_CLI_TELEMETRY_OPTOUT:1
|
||||||
SETUVAR EMAIL:ben\x40tilde\x2eteam
|
SETUVAR EMAIL:ben\x40tilde\x2eteam
|
||||||
SETUVAR __fish_init_2_39_8:\x1d
|
SETUVAR __fish_init_2_39_8:\x1d
|
||||||
|
|
Loading…
Reference in New Issue