From 9f04f73f5ef830e864fc15054fc1d9145ddfca7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kmie=C4=87?= Date: Mon, 24 Jul 2023 10:57:38 +0200 Subject: [PATCH] Fish: fix completion path --- .config/fish/config.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e2be841..b6c0f16 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,9 +3,10 @@ set -x PAGER less set -x MANPAGER "sh -c 'col -bx | bat -l man -p'" set -x fish_prompt_pwd_dir_length 1 set -x fish_greeting '' -set fish_complete_path $fish_complete_path /usr/share/fish/competions +set fish_complete_path $fish_complete_path /usr/share/fish/completions set -x JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64 set -x JIRA_API_TOKEN NDE2ODEyOTM5OTI2Ontw1zkanbJ8sAFMDUI1Y0QxOH7d +set -x PATH $PATH /home/kmcr/.codon # This file is run by all fish instances. # To include configuration only for login shells, use