summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2024-09-15 13:10:31 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2024-09-15 13:10:31 +0100
commitb523813ee8b98f083fce6b2fb98d6fa5eb487107 (patch)
tree966c86e50b16099d73943c2f8d209b8d6265febb
parenta66afa50b53444e50c06f829ef5c89f219d3492a (diff)
darwin/zsh: Remove ‘pip’ and ‘python’ aliases
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.
-rw-r--r--dotfiles-darwin/zsh/rc2
1 files changed, 0 insertions, 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 </dev/null'
-alias pip=pip3
-alias python=python3
alias rsync='rsync --exclude=.DS_Store'
if (( ${+commands[gls]} )); then