From e97a4724735d075730445f430988a6df838e4f0f Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Fri, 4 Oct 2024 18:01:41 +0200 Subject: [PATCH] Testing --- update.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 646befb..9e1a7cb 100755 --- a/update.sh +++ b/update.sh @@ -345,7 +345,9 @@ printf -- '\033[33m Adding path to bashrc\n\033[37m' echo 'PATH="$HOME/.local/bin:$HOME/.cargo/bin:$PATH"' >> ~/.bashrc echo 'alias vi="nvim"' >> ~/.bashrc echo 'alias vim="nvim"' >> ~/.bashrc -echo 'alias ls="eza -1 -l --icons=auto --git-repos --git -h -g --total-size -o --no-permissions -a"' >> ~/.bashrc +echo 'alias ls="eza -1 -l --icons=auto -h -g -o --no-permissions -a"' >> ~/.bashrc +echo 'alias lsg="eza -1 -l --icons=auto --git-repos --git -h -g -o --no-permissions -a"' >> ~/.bashrc +echo 'alias lss="eza -1 -l --icons=auto -h -g --total-size -o --no-permissions -a"' >> ~/.bashrc echo 'source ~/.fzf.bash' >> ~/.bashrc echo 'eval "$(zoxide init bash)"' >> ~/.bashrc