Skip to content

Commit

Permalink
chore: remove bitwarden cli completions
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Aug 1, 2024
1 parent 96510cf commit a42d4d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ print() {
print "Installing dotfiles..."

brew_install() {

if ! command -v brew >/dev/null 2>&1; then
print "Installing homebrew..."

Expand Down Expand Up @@ -125,8 +124,6 @@ generate_zsh_completions() {
mkdir -p "$completion_dir"
fi

completion_dir="${XDG_DATA_HOME:-$HOME/.local/share}/zsh_completion"
bw completion --shell=zsh >"$completion_dir/_bw"
curl -fsSL https://raw.githubusercontent.com/gokcehan/lf/master/etc/lf.zsh -o "$completion_dir/_lf"
gh completion -s zsh >"$completion_dir/_gh"
glow completion zsh >"$completion_dir/_glow"
Expand Down

0 comments on commit a42d4d5

Please sign in to comment.