summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2021-10-13 00:31:55 +0300
committerYigit Sever2021-10-13 00:31:55 +0300
commitf7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6 (patch)
treefe034155a95d1e40413552fbfb605eddaf219350 /.zshrc
parent6e498404f1b21c02ff17f0e06c8719b26b6a7000 (diff)
downloaddotfiles-f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6.tar.gz
dotfiles-f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6.tar.bz2
dotfiles-f7fcdc6fe5f3a92432ea21a6f39611eefe5c0bb6.zip
zshrc: clean up nextcloud
diffstat (limited to '.zshrc')
-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"