diff --git a/.config/fish/conf.d/abbr.fish b/.config/fish/conf.d/abbr.fish index 8f77f4a..da1b217 100644 --- a/.config/fish/conf.d/abbr.fish +++ b/.config/fish/conf.d/abbr.fish @@ -28,3 +28,5 @@ abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all 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 c231857..87c3967 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -6,5 +6,5 @@ abbr xclip "xclip -selection clipboard" abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -ce'" abbr rm "trash -f" abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | xclip -selection clipboard" -abbr ls "eza --git --icons -gl" +abbr ll "eza --git --icons -gl" abbr pdf "firefox *.pdf & disown" diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index ed41f31..af14af5 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -4,4 +4,4 @@ abbr vs "code ." 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 ls "eza --git -gl" +abbr ll "eza --git -gl"