Loading .bash_completion.d/aws +1 −1 Original line number Diff line number Diff line ! which aws_completer >/dev/null || complete -C 'aws_completer' aws ! command -v aws_completer >/dev/null || complete -C 'aws_completer' aws .bashrc +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ then do [ ! -f "$sourcefile" ] || . "$sourcefile" done ! which direnv > /dev/null || eval $(direnv hook bash) ! command -v direnv > /dev/null || eval $(direnv hook bash) fi Loading Documents/bin/boxssh +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ die () { exit 1 } which ip > /dev/null || die "Can't find ip." command -v ip > /dev/null || die "Can't find ip." alias ssh='ssh -o "UserKnownHostsFile /dev/null" -o "StrictHostKeyChecking no" -i "$HOME/.ssh/bullguard-box_rsa" -l root -p 64222' Loading Documents/bin/dconf-load +1 −1 Original line number Diff line number Diff line #!/bin/sh set -eu if ! which dconf > /dev/null if ! command -v dconf > /dev/null then echo "Can't find dconf, exiting." exit 0 Loading Documents/bin/gen-bash-completion +2 −2 Original line number Diff line number Diff line #!/bin/sh set -eu ! which pandoc > /dev/null || pandoc --bash-completion > "$HOME/.bash_completion.d/pandoc" ! which pipenv > /dev/null || pipenv --completion > "$HOME/.bash_completion.d/pipenv" ! command -v pandoc > /dev/null || pandoc --bash-completion > "$HOME/.bash_completion.d/pandoc" ! command -v pipenv > /dev/null || pipenv --completion > "$HOME/.bash_completion.d/pipenv" Loading
.bash_completion.d/aws +1 −1 Original line number Diff line number Diff line ! which aws_completer >/dev/null || complete -C 'aws_completer' aws ! command -v aws_completer >/dev/null || complete -C 'aws_completer' aws
.bashrc +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ then do [ ! -f "$sourcefile" ] || . "$sourcefile" done ! which direnv > /dev/null || eval $(direnv hook bash) ! command -v direnv > /dev/null || eval $(direnv hook bash) fi Loading
Documents/bin/boxssh +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ die () { exit 1 } which ip > /dev/null || die "Can't find ip." command -v ip > /dev/null || die "Can't find ip." alias ssh='ssh -o "UserKnownHostsFile /dev/null" -o "StrictHostKeyChecking no" -i "$HOME/.ssh/bullguard-box_rsa" -l root -p 64222' Loading
Documents/bin/dconf-load +1 −1 Original line number Diff line number Diff line #!/bin/sh set -eu if ! which dconf > /dev/null if ! command -v dconf > /dev/null then echo "Can't find dconf, exiting." exit 0 Loading
Documents/bin/gen-bash-completion +2 −2 Original line number Diff line number Diff line #!/bin/sh set -eu ! which pandoc > /dev/null || pandoc --bash-completion > "$HOME/.bash_completion.d/pandoc" ! which pipenv > /dev/null || pipenv --completion > "$HOME/.bash_completion.d/pipenv" ! command -v pandoc > /dev/null || pandoc --bash-completion > "$HOME/.bash_completion.d/pandoc" ! command -v pipenv > /dev/null || pipenv --completion > "$HOME/.bash_completion.d/pipenv"