From 1795533e3bbe3ea4cbe57967bed32e2a743939c8 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sat, 27 Dec 2025 22:02:55 -0500 Subject: [PATCH] Dotfiles update 2025-12-27 22:02 --- machines/type-laptop.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/machines/type-laptop.zsh b/machines/type-laptop.zsh index c7de3b7..292c369 100644 --- a/machines/type-laptop.zsh +++ b/machines/type-laptop.zsh @@ -30,6 +30,3 @@ fi alias suspend='systemctl suspend' alias hibernate='systemctl hibernate' -# --- Use neovim on laptops / vim on servers --- -alias vim="nvim" -alias vimc="/usr/bin/vim"