mirror of https://tildegit.org/ben/dotfiles
Compare commits
No commits in common. "84c3343b0f26993dbc6cbb1f0fdc4235e1bdc47c" and "237bd4a7db7ecffdc9eec21b7a8dfd6f77d9cd45" have entirely different histories.
84c3343b0f
...
237bd4a7db
|
@ -5,8 +5,10 @@ if test -d ~/Maildir
|
|||
set -x MAIL ~/Maildir
|
||||
end
|
||||
|
||||
for i in ~/bin ~/.local/bin ~/.rbenv/bin ~/.rbenv/shims ~/.cargo/bin ~/.yarn/bin ~/go/bin ~/.dotnet/tools
|
||||
fish_add_path --path $i
|
||||
for i in ~/bin ~/.local/bin ~/.rbenv/bin ~/.rbenv/shims ~/.cargo/bin ~/.yarn/bin
|
||||
if test -d $i
|
||||
fish_add_path --path $i
|
||||
end
|
||||
end
|
||||
|
||||
# add rbenv paths
|
||||
|
@ -38,8 +40,6 @@ else
|
|||
end
|
||||
|
||||
set -x BBJ_USER $USER
|
||||
set -x DEBEMAIL ben@tilde.team
|
||||
set -x DEBFULLNAME "Ben Harris"
|
||||
|
||||
# add dotnet completions if needed
|
||||
if status --is-interactive && type -q dotnet
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export DEBEMAIL:ben\x40tilde\x2eteam
|
||||
SETUVAR DEBEMAIL:ben\x40tilde\x2eteam
|
||||
SETUVAR DOTNET_CLI_TELEMETRY_OPTOUT:1
|
||||
SETUVAR EMAIL:ben\x40tilde\x2eteam
|
||||
SETUVAR __fish_init_2_39_8:\x1d
|
||||
|
|
2
pb
2
pb
|
@ -1 +1 @@
|
|||
Subproject commit a6cea6f11a60e7f1c7963c9ecad79d07f64ce4b2
|
||||
Subproject commit 41be140abb9c2de9f2b930f73a9d0ef4b66db76b
|
|
@ -1 +1 @@
|
|||
Subproject commit 400a12081f188f3fb639f8f962456764f39c6ff1
|
||||
Subproject commit 67ef116100b40f9ca128196504a2e0bc0a2753b0
|
Loading…
Reference in New Issue