From f11e379ae7ef16004e96beca997e4ba5ab99d145 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 13 Feb 2025 11:09:57 +0100 Subject: [PATCH] l now shows full iso time --- .bashrc | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index dfa9fb1..00ef249 100644 --- a/.bashrc +++ b/.bashrc @@ -9,7 +9,7 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' -alias ll="ls -la" +alias ll="ls -la --time-style=long-iso" alias l="ll" alias ..="cd .." diff --git a/.zshrc b/.zshrc index 5bca4d9..295e401 100755 --- a/.zshrc +++ b/.zshrc @@ -125,7 +125,7 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' -alias ll="ls -la" +alias ll="ls -la --time-style=long-iso" alias l="ll" alias ..="cd .."