From e30f292843e7e1f6ac239d44222a5cb05f46e8b7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 16 Feb 2020 15:32:14 +0300 Subject: no more habitctl --- .zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshrc b/.zshrc index d562771..ef75acc 100644 --- a/.zshrc +++ b/.zshrc @@ -149,7 +149,6 @@ alias f="find . -name" alias b="buku --suggest --colors 'onlxm'" alias tp='trash-put' alias ls='exa' -alias h='habitctl' [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh -- cgit v1.2.3-70-g09d2 From e8a4ae31c02102212cfb508525c4be738ecc27cc Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 16 Feb 2020 21:30:42 +0300 Subject: fix liability snippet --- .vim/my-snippets/UltiSnips/ledger.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/my-snippets/UltiSnips/ledger.snippets b/.vim/my-snippets/UltiSnips/ledger.snippets index 750cec2..7471cde 100644 --- a/.vim/my-snippets/UltiSnips/ledger.snippets +++ b/.vim/my-snippets/UltiSnips/ledger.snippets @@ -8,8 +8,8 @@ endsnippet snippet l "New Liabilities Transaction" b ${1:`!v strftime("%Y")`}-${2:`!v strftime("%m")`}-${3:`!v strftime("%d")`} ${4:Payee} - ${5:Expenses} ${6:0.00} TL - ${7:Liabilities:Afili Bonus}$0 + Expenses:${5:} ${6:0.00} TL + Liabilities:Afili Bonus$0 endsnippet snippet a "New Asmaalti Transaction" b -- cgit v1.2.3-70-g09d2