diff options
author | Florian Pritz <f-p@gmx.at> | 2009-03-07 14:42:30 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-03-07 14:42:30 +0100 |
commit | 8924896fc818aaad5397ba0fe7f92b533e03f80a (patch) | |
tree | e4584a31ce41fddbc1a28ce9018ced8990a22f4b | |
parent | a9ee2aad32f23758a9fa0c3596d8a8c920a9d22a (diff) | |
download | dotfiles-8924896fc818aaad5397ba0fe7f92b533e03f80a.tar.gz dotfiles-8924896fc818aaad5397ba0fe7f92b533e03f80a.tar.xz |
new alias
-rw-r--r-- | .zsh/rc/60aliases | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh/rc/60aliases b/.zsh/rc/60aliases index bb7bfa3..024e5f8 100644 --- a/.zsh/rc/60aliases +++ b/.zsh/rc/60aliases @@ -42,6 +42,8 @@ alias sc='sudo ${PAGER}' alias sv='sudo vim' alias g='git' +# python is too long to type... +alias q='python' alias ncmpc='ncmpc -c' alias youtube='youtube-dl -b ' |