Compare commits
2 Commits
77b5ef4633
...
bcdb1ea460
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcdb1ea460 | ||
|
|
b85345ef74 |
@ -1 +1,6 @@
|
|||||||
|
README.adoc
|
||||||
vim-lightline.tar.gz
|
vim-lightline.tar.gz
|
||||||
|
|
||||||
|
{{- if ne .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1" }}
|
||||||
|
.local/share/bash-completion/completions/rustup
|
||||||
|
{{- end }}
|
||||||
|
|||||||
@ -10,7 +10,7 @@ alias ....='cd ../../..'
|
|||||||
if type exa > /dev/null 2>&1; then
|
if type exa > /dev/null 2>&1; then
|
||||||
export EXA_ICON_SPACING=2
|
export EXA_ICON_SPACING=2
|
||||||
export TIME_STYLE=long-iso
|
export TIME_STYLE=long-iso
|
||||||
alias ll='exa -l --git --icons --group-directories-first'
|
alias ll='exa -l --icons --group-directories-first'
|
||||||
alias ls='exa --icons'
|
alias ls='exa --icons'
|
||||||
else
|
else
|
||||||
alias ll='ls -l --group-directories-first'
|
alias ll='ls -l --group-directories-first'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user