diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-26 09:10:56 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-26 09:10:56 +0200 |
commit | 52f78c734724e3670a15630f747cbe37078ad62a (patch) | |
tree | 9d7ad43d7fd1b44a891e8c69c60853287647ed70 /python/bash-aliases | |
parent | Add ~/.config/background (diff) | |
download | dotfiles-52f78c734724e3670a15630f747cbe37078ad62a.tar.gz dotfiles-52f78c734724e3670a15630f747cbe37078ad62a.tar.bz2 dotfiles-52f78c734724e3670a15630f747cbe37078ad62a.tar.xz |
Alias python to python3 if python is python2
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | python/bash-aliases | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/bash-aliases b/python/bash-aliases new file mode 100644 index 0000000..90ef57b --- /dev/null +++ b/python/bash-aliases @@ -0,0 +1,3 @@ +# -*- shell-script -*- + +alias python="python3" |