diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/base-darwin/default.nix | 1 |
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 = { |