diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-05-24 13:55:43 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-05-24 13:55:43 +0100 |
| commit | 9121a7ced53b011299d1540a06aa5ce01a3244ce (patch) | |
| tree | 359794844be9e60136b5ef41bfbe4c202be32490 /dotfiles-darwin/zsh/rc | |
| parent | a3dca1c423e92611b3c050bde00e748e76536847 (diff) | |
darwin/zsh: Use pip3 and python3 by default
Diffstat (limited to 'dotfiles-darwin/zsh/rc')
| -rw-r--r-- | dotfiles-darwin/zsh/rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles-darwin/zsh/rc b/dotfiles-darwin/zsh/rc index 88c05bd..cf77a4f 100644 --- a/dotfiles-darwin/zsh/rc +++ b/dotfiles-darwin/zsh/rc @@ -3,3 +3,5 @@ alias df='df -Ph' alias ls='ls -G' alias lsh='du -a | sort -h' +alias pip=pip3 +alias python=python3 |
