From 625f30274665d26cbc562557aaac7f981bbeea0f Mon Sep 17 00:00:00 2001 From: DustVoice Date: Fri, 17 Jan 2020 00:56:19 +0100 Subject: [PATCH] Update submodule and ll/la --- .config/fish/functions/la.fish | 2 +- .config/fish/functions/ll.fish | 2 +- .password-store | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/functions/la.fish b/.config/fish/functions/la.fish index 0f11016..000833e 100644 --- a/.config/fish/functions/la.fish +++ b/.config/fish/functions/la.fish @@ -1,3 +1,3 @@ function la - ls -alhF $argv + ls -A $argv end diff --git a/.config/fish/functions/ll.fish b/.config/fish/functions/ll.fish index 20c9bc5..4a69023 100644 --- a/.config/fish/functions/ll.fish +++ b/.config/fish/functions/ll.fish @@ -1,3 +1,3 @@ function ll - ls -A $argv + ls -alhF $argv end diff --git a/.password-store b/.password-store index 527e9f2..b32a204 160000 --- a/.password-store +++ b/.password-store @@ -1 +1 @@ -Subproject commit 527e9f201549e3f443b433f8de645b063bd9dba6 +Subproject commit b32a204e113814ee8052b6b5824d4e376cfa8967