diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index da1b217..3464360 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -29,4 +29,3 @@ abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;" abbr grp "git remote prune origin" abbr lfs "git lfs install; git lfs fetch; git lfs checkout" abbr ls "eza --icons" -abbr la "ll -a" diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index 87c3967..4d4c0a1 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -7,4 +7,5 @@ abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) - abbr rm "trash -f" abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | xclip -selection clipboard" abbr ll "eza --git --icons -gl" +abbr la "eza --git --icons -gla" abbr pdf "firefox *.pdf & disown" diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index af14af5..a116740 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -5,3 +5,4 @@ abbr wgcc x86_64-w64-mingw32-gcc abbr rm "rm -rf" abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | clip.exe" abbr ll "eza --git -gl" +abbr la "eza --git -gla"