summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2023-12-03 05:58:20 +0000
committerTyler Davis <tyler@gluecode.net>2023-12-03 05:58:20 +0000
commitc4808b9d3337a4684c834a4b46ce8d1f8238712c (patch)
tree5160d595b5f68f60bf7a5c48212207e1f631fd50 /.profile
parent9fec237b49152a77b12fb4e13f35e47c977813c6 (diff)
downloaddotfiles-c4808b9d3337a4684c834a4b46ce8d1f8238712c.tar.gz
dotfiles-c4808b9d3337a4684c834a4b46ce8d1f8238712c.zip
misc profile and git changes
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index e6a1ff8..4c1900f 100644
--- a/.profile
+++ b/.profile
@@ -91,10 +91,10 @@ fi
if [ "$(command -v eza)" ]; then
alias ls='eza -G --color never -a -s type -F --time-style=long-iso'
- alias ll='eza -l --color never -a -s type -F --time-style=long-iso'
+ alias ll='eza -l -b --color never -a -s type -F --time-style=long-iso'
elif [ "$(command -v exa)" ]; then
alias ls='exa -G --color never -a -s type -F --time-style=long-iso'
- alias ll='exa -l --color never -a -s type -F --time-style=long-iso'
+ alias ll='exa -l -b --color never -a -s type -F --time-style=long-iso'
fi
if [ "$(command -v bat)" ]; then