diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 00:31:35 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 00:31:35 +0100 |
commit | 375d542827e8eb872f2efd74a42a1931b7202d55 (patch) | |
tree | b9a67b0b8386b88040c56de1cc839dfa7fa47a04 /zsh | |
parent | b5536fcb3df7b1598db93b6d883c67738e3f3aad (diff) | |
download | dotfiles-375d542827e8eb872f2efd74a42a1931b7202d55.tar.xz |
zsh/aliases: add ty alias
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/aliases.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 54877e1..914a5e7 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -20,6 +20,7 @@ alias amv='amv -g' alias ncmpcpp='ncmpcpp -c ~/.config/ncmpcpp/config' alias wefree='weechat -a -r "/connect Freenode"' alias ms='mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos' +alias ty='ttytter -rc="$XDG_CONFIG_HOME"/ttytter/ttytterrc' alias sprin='curl -F "sprunge=<-" http://sprunge.us' sprfile() { |