From 4a9117eee688ff8e51f6253088dbde87732e082e Mon Sep 17 00:00:00 2001 From: AM Date: Tue, 6 Jan 2026 16:05:29 -0600 Subject: [PATCH] bash dirs first and fastfetch --- bash/.bashrc.d/alias | 2 +- bash/.bashrc.d/startup | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc.d/alias b/bash/.bashrc.d/alias index 6504cbb..f3975a0 100644 --- a/bash/.bashrc.d/alias +++ b/bash/.bashrc.d/alias @@ -1,4 +1,4 @@ -alias la="ls -ahl --color=auto" +alias la='ls -Ahl --color=auto --group-directories-first' alias src='source ~/.bashrc' # docker diff --git a/bash/.bashrc.d/startup b/bash/.bashrc.d/startup index e69de29..6241fee 100644 --- a/bash/.bashrc.d/startup +++ b/bash/.bashrc.d/startup @@ -0,0 +1,2 @@ +export PATH=$PATH:/usr/local/go/bin +fastfetch