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