mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
Add .gitattributes and .gitmodules
This commit is contained in:
parent
a1876912a7
commit
939aba8c61
1 changed files with 2 additions and 0 deletions
|
@ -95,9 +95,11 @@ impl Icons {
|
||||||
m.insert(".bashprofile", "\u{e615}"); // ""
|
m.insert(".bashprofile", "\u{e615}"); // ""
|
||||||
m.insert(".bashrc", "\u{f489}"); // ""
|
m.insert(".bashrc", "\u{f489}"); // ""
|
||||||
m.insert(".git", "\u{f1d3}"); // ""
|
m.insert(".git", "\u{f1d3}"); // ""
|
||||||
|
m.insert(".gitattributes", "\u{f1d3}"); // ""
|
||||||
m.insert(".gitconfig", "\u{f1d3}"); // ""
|
m.insert(".gitconfig", "\u{f1d3}"); // ""
|
||||||
m.insert(".github", "\u{f408}"); // ""
|
m.insert(".github", "\u{f408}"); // ""
|
||||||
m.insert(".gitignore", "\u{f1d3}"); // ""
|
m.insert(".gitignore", "\u{f1d3}"); // ""
|
||||||
|
m.insert(".gitmodules", "\u{f1d3}"); // ""
|
||||||
m.insert(".rvm", "\u{e21e}"); // ""
|
m.insert(".rvm", "\u{e21e}"); // ""
|
||||||
m.insert(".vimrc", "\u{e62b}"); // ""
|
m.insert(".vimrc", "\u{e62b}"); // ""
|
||||||
m.insert(".vscode", "\u{e70c}"); // ""
|
m.insert(".vscode", "\u{e70c}"); // ""
|
||||||
|
|
Loading…
Reference in a new issue