Compare commits

...

2 Commits

Author SHA1 Message Date
heavy
bcdb1ea460 Use --git on exa not per default.
This was very slow on uberspace systems.
2022-02-08 23:06:08 +01:00
heavy
b85345ef74 Ignore rustup completion on all systems except hetzner.
Is the only one with rustup so far.
But would be better to check if rustup is installed.
2022-02-08 23:04:15 +01:00
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
README.adoc
vim-lightline.tar.gz
{{- if ne .chezmoi.hostname "docker-ce-ubuntu-2gb-nbg1-1" }}
.local/share/bash-completion/completions/rustup
{{- end }}

View File

@ -10,7 +10,7 @@ alias ....='cd ../../..'
if type exa > /dev/null 2>&1; then
export EXA_ICON_SPACING=2
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'
else
alias ll='ls -l --group-directories-first'