fix la
This commit is contained in:
parent
6ab5480af6
commit
46c470de8d
3 changed files with 2 additions and 1 deletions
|
@ -29,4 +29,3 @@ abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
|
||||||
abbr grp "git remote prune origin"
|
abbr grp "git remote prune origin"
|
||||||
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
|
abbr lfs "git lfs install; git lfs fetch; git lfs checkout"
|
||||||
abbr ls "eza --icons"
|
abbr ls "eza --icons"
|
||||||
abbr la "ll -a"
|
|
||||||
|
|
|
@ -7,4 +7,5 @@ abbr spotx "bash -c 'bash <(curl -sSL https://spotx-official.github.io/run.sh) -
|
||||||
abbr rm "trash -f"
|
abbr rm "trash -f"
|
||||||
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | xclip -selection clipboard"
|
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | xclip -selection clipboard"
|
||||||
abbr ll "eza --git --icons -gl"
|
abbr ll "eza --git --icons -gl"
|
||||||
|
abbr la "eza --git --icons -gla"
|
||||||
abbr pdf "firefox *.pdf & disown"
|
abbr pdf "firefox *.pdf & disown"
|
||||||
|
|
|
@ -5,3 +5,4 @@ abbr wgcc x86_64-w64-mingw32-gcc
|
||||||
abbr rm "rm -rf"
|
abbr rm "rm -rf"
|
||||||
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | clip.exe"
|
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File: {}" \; -exec cat {} \; | clip.exe"
|
||||||
abbr ll "eza --git -gl"
|
abbr ll "eza --git -gl"
|
||||||
|
abbr la "eza --git -gla"
|
||||||
|
|
Loading…
Reference in a new issue