do not show icons on wsl since it could increase significantly the loading time due to smb share
This commit is contained in:
parent
463a108fba
commit
bd79e38bf1
3 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,6 @@ abbr cl "cat src/**.* | sed '/^\s*\$/d' | wc -l" # Count lines of code without n
|
|||
abbr cp "cp -rv"
|
||||
abbr diff difft
|
||||
abbr mgrep "grep -Iirnw 'text' ." # Find anything inside files of current directory
|
||||
abbr ls "eza --git --icons -gl"
|
||||
abbr mgcc "clear; gcc -Wall -Wextra -Wconversion -Wdouble-promotion -Wshadow -Wcast-align -Wstrict-prototypes -fanalyzer -fsanitize=undefined -fsanitize-undefined-trap-on-error -g3 main.c && ./*.out"
|
||||
abbr mg++ "clear; g++ -Wall -Wextra -Wdouble-promotion -Wshadow -Wnon-virtual-dtor -pedantic -g3 -Wold-style-cast -Wsign-conversion main.cpp && ./*.out"
|
||||
abbr mmake "make clean && clear; make && ./*.out"
|
||||
|
|
|
@ -6,3 +6,4 @@ abbr xclip "xclip -selection clipboard"
|
|||
abbr spotx "bash -c 'bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ceP $HOME/.local/share/spotify-launcher/install/usr/share/spotify/'"
|
||||
abbr rm "trash -f"
|
||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | xclip -selection clipboard"
|
||||
abbr ls "eza --git --icons -gl"
|
||||
|
|
|
@ -4,3 +4,4 @@ abbr vs "code ."
|
|||
abbr wgcc x86_64-w64-mingw32-gcc
|
||||
abbr rm "rm -rf"
|
||||
abbr catall "find . -name '*.ext1' -o -name '*.ext2' | xargs cat | clip.exe"
|
||||
abbr ls "eza --git -gl"
|
||||
|
|
Loading…
Reference in a new issue