Compare commits
No commits in common. "5f32ec846b28c85f5dba2bbeb816efc8fb56f26c" and "312f87d95839c3671ec8ccdaad1f03787febd474" have entirely different histories.
5f32ec846b
...
312f87d958
2 changed files with 2 additions and 13 deletions
|
|
@ -32,21 +32,12 @@ if test -d $HOME/Library/Python/3.10/bin
|
||||||
set PATH $PATH $HOME/Library/Python/3.10/bin
|
set PATH $PATH $HOME/Library/Python/3.10/bin
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -n "$CODER_WORKSPACE_ID$CODER"
|
if test -n "$CODER_WORKSPACE_ID"
|
||||||
if test -z "$BROWSER"
|
if test -z "$BROWSER"
|
||||||
set -x BROWSER "fwd-browse"
|
set -x BROWSER "fwd-browse"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if test -d /home/linuxbrew/.linuxbrew
|
|
||||||
set -x HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew"
|
|
||||||
set -x HOMEBREW_CELLAR "/home/linuxbrew/.linuxbrew/Cellar"
|
|
||||||
set -x HOMEBREW_REPOSITORY "/home/linuxbrew/.linuxbrew/Homebrew"
|
|
||||||
set PATH "/home/linuxbrew/.linuxbrew/bin" "/home/linuxbrew/.linuxbrew/sbin" $PATH
|
|
||||||
set MANPATH "/home/linuxbrew/.linuxbrew/share/man" $MANPATH
|
|
||||||
set INFOPATH "/home/linuxbrew/.linuxbrew/share/info" $INFOPATH
|
|
||||||
end
|
|
||||||
|
|
||||||
if [ -n "$INSIDE_EMACS" ]
|
if [ -n "$INSIDE_EMACS" ]
|
||||||
# This is here to make emacs and ansi-term work properly; I'm not *quite*
|
# This is here to make emacs and ansi-term work properly; I'm not *quite*
|
||||||
# sure what it does but it's probably cool.
|
# sure what it does but it's probably cool.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
email = john@d0ty.me
|
email = john@d0ty.me
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.shared
|
path = .gitconfig.shared
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
helper =
|
helper =
|
||||||
helper = !/opt/local/bin/gh auth git-credential
|
helper = !/opt/local/bin/gh auth git-credential
|
||||||
|
|
@ -14,5 +14,3 @@
|
||||||
helper = !/usr/bin/gh auth git-credential
|
helper = !/usr/bin/gh auth git-credential
|
||||||
[github]
|
[github]
|
||||||
user = DeCarabas
|
user = DeCarabas
|
||||||
[safe]
|
|
||||||
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue