summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-02-16 15:32:14 +0300
committerYigit Sever2020-02-16 15:32:14 +0300
commite30f292843e7e1f6ac239d44222a5cb05f46e8b7 (patch)
treec29a87f3422def0bd8fe8fc2edd810cd1f01efb6 /.zshrc
parentb1b7610f7141d200ceb50b844745fb22218e6fc0 (diff)
downloaddotfiles-e30f292843e7e1f6ac239d44222a5cb05f46e8b7.tar.gz
dotfiles-e30f292843e7e1f6ac239d44222a5cb05f46e8b7.tar.bz2
dotfiles-e30f292843e7e1f6ac239d44222a5cb05f46e8b7.zip
no more habitctl
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index d562771..ef75acc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -149,7 +149,6 @@ alias f="find . -name"
149alias b="buku --suggest --colors 'onlxm'" 149alias b="buku --suggest --colors 'onlxm'"
150alias tp='trash-put' 150alias tp='trash-put'
151alias ls='exa' 151alias ls='exa'
152alias h='habitctl'
153 152
154[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh 153[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
155 154