From dc30fd8838edd5cb850a99ac2ae6f91c5999c10b Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Thu, 9 Feb 2023 13:30:48 +0000 Subject: [PATCH] Add nowh (human-readable 'now') --- roles/home-cli/files/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 1ae0ad6..c45dfa3 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -205,6 +205,7 @@ alias la="ls -a" alias ll="ls -l" alias ls="command ls -F" alias now="date +%Y%m%dT%H%M%S%z" +alias nowh="date +%Y-%m-%dT%H:%M:%S%:z" alias nowu="date -u +%Y%m%dT%H%M%SZ" alias sdk="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.freedesktop.Sdk" alias sdk-gnome="flatpak run --command=/bin/bash --share=network --filesystem=home:rw org.gnome.Sdk"