Use logo ls 📁
This commit is contained in:
parent
73722658a4
commit
e54915e519
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
@ -130,7 +130,8 @@ bindkey '^[[B' history-substring-search-down
|
|||
# Aliases
|
||||
alias clear='clear && ufetch'
|
||||
alias cls='/usr/bin/clear'
|
||||
alias ls='ls --color=auto'
|
||||
alias lsc='/usr/bin/ls --color=auto' # Default ls with colors
|
||||
alias ls='logo-ls -Dh' # Modern ls https://github.com/Yash-Handa/logo-ls
|
||||
alias JCmusIntegrationWithDiscord='java -jar /mnt/Work_files/JCmusIntegrationWithDiscord/out/artifacts/JCmusIntegrationWithDiscord_jar/JCmusIntegrationWithDiscord.jar'
|
||||
alias cmus='JCmusIntegrationWithDiscord --link &>/dev/null & cmus'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue