about summary refs log tree commit diff
path: root/home/profiles/base-darwin
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/base-darwin')
-rw-r--r--home/profiles/base-darwin/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/base-darwin/default.nix b/home/profiles/base-darwin/default.nix
index d03b689..13546b7 100644
--- a/home/profiles/base-darwin/default.nix
+++ b/home/profiles/base-darwin/default.nix
@@ -123,6 +123,7 @@ in
       zshell.aliases = {
         e = "nvim";
         nvimdiff = "nvim -d";
+        clear = "clear && printf '\\e[3J'";
       };
 
       zoxide = {