From fd1bc48b56c9db1165fb72928e0e9bb5ca4f5dd1 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 23 Sep 2021 17:26:33 -0500 Subject: [PATCH] Obliterate atom --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 608f55b..ae74d00 100644 --- a/zshrc +++ b/zshrc @@ -32,6 +32,8 @@ source ~/.p10k.zsh ######### # the env _essentials_ ######### +# Goodbye, Atom. Sorry, muscle memory. +alias atom='code' export HISTFILE="$HOME/.zsh_history" export HISTSIZE=5000