mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added LS Coloring
This commit is contained in:
parent
7168d251cb
commit
511d7af6c2
3 changed files with 18 additions and 15 deletions
|
|
@ -21,3 +21,5 @@ if [ -d "$bash_completion_dir" ]; then
|
||||||
source "$file" 2>/dev/null
|
source "$file" 2>/dev/null
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
alias LS = 'LSD'
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Noto Sans</family>
|
<family>Noto Sans</family>
|
||||||
<family>Noto Sans CJK JP</family>
|
<family>Noto Sans CJK JP</family>
|
||||||
<family>Emoji One</family>
|
<family>Emoji One</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>TerminusWithNerdFont</family>
|
<family>TerminusWithNerdFont</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Terminus</family>
|
<family>Terminus</family>
|
||||||
<family>Hack Nerd Font</family>
|
<family>Hack Nerd Font</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
git
|
git
|
||||||
openssh
|
openssh
|
||||||
unzip
|
unzip
|
||||||
|
lsd
|
||||||
|
|
||||||
bash-completion
|
bash-completion
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue