From f8d32a9222f0259bda476a0d14b7c57aff984970 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Sun, 2 Apr 2023 17:38:30 -0400 Subject: Remove `--git` flag from `ls` alias in `dotfiles/home/.bashrc` On crappy binary-based distros like Ubuntu, `exa` doesn't have the functionality required to use the `--git` flag. I don't really care about it anyways so I'll just remove the flag. --- home/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/.bashrc') diff --git a/home/.bashrc b/home/.bashrc index 92a4a3c..e80f8bc 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -77,5 +77,5 @@ PS2=" > " # Aliases ######### alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" -alias ls="exa -1aFghlU --git --color=always --sort=name --time-style=iso" +alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" ########################################################################## -- cgit v1.2.3