aboutsummaryrefslogtreecommitdiffstats
path: root/python/bash-aliases
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-26 09:10:56 +0200
committerMattias Andrée <maandree@kth.se>2021-06-26 09:10:56 +0200
commit52f78c734724e3670a15630f747cbe37078ad62a (patch)
tree9d7ad43d7fd1b44a891e8c69c60853287647ed70 /python/bash-aliases
parentAdd ~/.config/background (diff)
downloaddotfiles-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 'python/bash-aliases')
-rw-r--r--python/bash-aliases3
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"