diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-09-15 13:10:31 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-09-15 13:10:31 +0100 |
| commit | b523813ee8b98f083fce6b2fb98d6fa5eb487107 (patch) | |
| tree | 966c86e50b16099d73943c2f8d209b8d6265febb | |
| parent | a66afa50b53444e50c06f829ef5c89f219d3492a (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/rc | 2 |
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 |
