From b523813ee8b98f083fce6b2fb98d6fa5eb487107 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sun, 15 Sep 2024 13:10:31 +0100 Subject: darwin/zsh: Remove ‘pip’ and ‘python’ aliases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apple removed Python 2.7 in macOS 12.3, so those aliases aren’t really needed anymore. See https://developer.apple.com/documentation/macos-release-notes/macos-12_3-release-notes#Python for more details. --- dotfiles-darwin/zsh/rc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index 7d01b7e..9a71cdc 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -5,8 +5,6 @@ autoload -Uz vault alias df='df -Ph' alias ls='ls -G' alias pbclear='pbcopy