this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update SSH config, fish_prompt etc

+15 -4
+11 -1
.config/fish/conf.d/50-config.fish
··· 2 2 source ~/.local/state/yadm/env 3 3 end 4 4 5 + if command -qs nvim 6 + set -gx EDITOR nvim 7 + else if command -qs vim 8 + set -gx EDITOR vim 9 + else 10 + # we'll just assume vi of some kind is always available... 11 + set -gx EDITOR vi 12 + end 13 + 5 14 set -gx GOPATH ~/go 6 15 7 16 set -gx PYP_CONFIG_PATH ~/.config/pyp.py ··· 90 99 test -e {$HOME}/.iterm2_shell_integration.fish; and source {$HOME}/.iterm2_shell_integration.fish 91 100 92 101 if status is-interactive; and test -f .nvmrc 93 - nvm use >/dev/null 102 + nvm use --silent 94 103 end 95 104 96 105 if string match -q "$TERM_PROGRAM" vscode 97 106 and command -q code 107 + and test -z "$REMOTE_CONTAINERS" 98 108 source (code --locate-shell-integration-path fish) 99 109 end 100 110
+2
.config/fish/conf.d/51-envs.fish
··· 4 4 # Also slightly modified to be more portable (~ instead of absolute path, globs 5 5 # instead of hardcoded versions). 6 6 7 + set -Ux PYENV_VIRTUALENV_DISABLE_PROMPT 1 8 + 7 9 if status is-interactive 8 10 if command -qs pyenv; and not set -qg __fish_pyenv_initialized 9 11 ###############################################################
+1 -1
.config/fish/functions/fish_prompt.fish
··· 4 4 if test $last_status -eq 0 5 5 set -g __fish_prompt_status (set_color --bold green) 6 6 else 7 - set -g __fish_prompt_status (set_color --bold red) 7 + set -g __fish_prompt_status (set_color --bold brred) 8 8 end 9 9 10 10 if not set -q __fish_prompt_normal
+1
.config/fish/functions/py.fish
··· 1 1 function py --description 'alias py=bpython' 2 + set -x PYTHONSTARTUP ~/.config/bpython/startup.py 2 3 bpython $argv 3 4 end
-2
.config/yadm/alt/.gitconfig.local##class.work
··· 3 3 email = ichamberlain@juniper.net 4 4 login = ichamberlain 5 5 signingkey = BD7B25D58170E124 6 - # [gpg] 7 - # program = pinentry-mac 8 6 [url "git@github.com:mistsys"] 9 7 insteadOf = https://github.com/mistsys 10 8 [url "git@github.com:Juniper-SSN"]
.config/yadm/alt/.ssh/config.local##class.work

This is a binary file and will not be displayed.

.ssh/config

This is a binary file and will not be displayed.