From d5b8363d3d56f99fecbf657542a512e58951547d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 20 Jun 2022 11:41:27 -0700 Subject: ref(home/shell): move all shell aliases to a shared configuration By moving the aliases to a shared module, they can be used between zsh and fish. Change-Id: Ifcfe0af3b90825fe3a67bc1796d4cf65a58d3ff2 Reviewed-on: https://cl.fcuny.net/c/world/+/456 Reviewed-by: Franck Cuny Tested-by: CI --- home/shell/aliases.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 home/shell/aliases.nix (limited to 'home/shell/aliases.nix') diff --git a/home/shell/aliases.nix b/home/shell/aliases.nix new file mode 100644 index 0000000..003f253 --- /dev/null +++ b/home/shell/aliases.nix @@ -0,0 +1,4 @@ +{ + ll = "ls -l --color=auto"; + lt = "ls -ltrh --color=auto"; +} -- cgit 1.4.1