Skip to content

Commit

Permalink
Remove misc PFF related calls
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Jul 31, 2024
1 parent 17bf4bd commit f825004
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions files/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
url: https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker
refreshPeriod: {{ $refreshPeriodWeek }}

{{ if .pff }}
.config/zsh/functions/_asdf:
type: file
url: https://raw.githubusercontent.com/asdf-vm/asdf/master/completions/_asdf
refreshPeriod: {{ $refreshPeriodWeek }}
{{ end }}

.cache/zsh/external/zsh-syntax-highlighting:
type: archive
Expand Down
23 changes: 0 additions & 23 deletions files/dot_local/bin/pff/executable_pff

This file was deleted.

4 changes: 0 additions & 4 deletions files/private_dot_config/zsh/config/aliases.zsh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ alias ls='ls --color=auto'
for recipe in `just --justfile ~/.user.justfile --summary`; do
alias $recipe="just --justfile ~/.user.justfile --working-directory . $recipe"
done

{{- if .pff }}
alias jsp="code $HOME/src/pro-football-focus/js-pffkit/js-pffkit.code-workspace"
{{- end }}
3 changes: 0 additions & 3 deletions files/private_dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ path=(
{{ else }}
$HOME/.local/bin/linux(N)
{{ end -}}
{{- if .pff }}
$HOME/.local/bin/pff
{{ end -}}
$CONFIG_HOME/pypoetry/bin(N)
$PYENV_ROOT/bin(N)
$POETRY_HOME/bin(N)
Expand Down

0 comments on commit f825004

Please sign in to comment.