summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index 88a9cfb..10fdfb9 100644
--- a/.zshrc
+++ b/.zshrc
@@ -107,10 +107,10 @@ alias df='df -h'
107alias mirrors='sudo pacman-mirrors -f 0 && sudo pacman -Syy' 107alias mirrors='sudo pacman-mirrors -f 0 && sudo pacman -Syy'
108alias -g C='| xsel -b' # Copy to clipboard 108alias -g C='| xsel -b' # Copy to clipboard
109alias bc='bc -l' 109alias bc='bc -l'
110alias ledger="ledger -f ~/nextcloud/ledger.ledger" 110alias ledger="ledger -f ~/nextcloud/virtuals/ledger.ledger"
111alias report="report -f ~/nextcloud/ledger.ledger" 111alias report="report -f ~/nextcloud/virtuals/ledger.ledger"
112alias think='tickle +1d' #think it over 112alias think='tickle +1d' #think it over
113alias lim='nvim /home/yigit/nextcloud/ledger.ledger' 113alias lim='nvim /home/yigit/nextcloud/virtuals/ledger.ledger'
114alias maybe='task due:someday list' 114alias maybe='task due:someday list'
115alias music='mpv --no-vid' 115alias music='mpv --no-vid'
116alias s="du -hs * | sort -rh | head -5" 116alias s="du -hs * | sort -rh | head -5"