Compare commits
No commits in common. "bcdb1ea4600a2fe044b52b7075affb64785ad8f0" and "77b5ef46332351c2a40a3a5804a15a32d598f7ac" have entirely different histories.
bcdb1ea460
...
77b5ef4633
@ -1,6 +1 @@
|
|||||||
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 --icons --group-directories-first'
|
alias ll='exa -l --git --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