Commit 8dbceba0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

removed python searching in ~/.shell/aliases

Too much hassle supporting multiple shells with that command so it has
been removed.
parent 9786e658
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -21,6 +21,5 @@ alias sduo=sudo
alias sdou=sudo

alias pyhton=python
alias $(find ${PATH//:/ } \
	\( -iname python? -o -iname python?.? \) -printf '%P\n' \
	| sed 's/python\(.*\)/pyhton\1=python\1/')
alias pyhton2=python2
alias pyhton3=python3