summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-09-10 17:20:41 +0300
committerYigit Sever2019-09-10 17:20:41 +0300
commitf4419b4a0f7f058c6821142e558d6a62961ada0d (patch)
tree5f3d848a6bf7b8c19db21ae1f76339a05094336f /.zshrc
parent23b791447e42affafe13f468f7109639d578a6c3 (diff)
downloaddotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.tar.gz
dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.tar.bz2
dotfiles-f4419b4a0f7f058c6821142e558d6a62961ada0d.zip
Migrate from dropbox to nextcloud
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/.zshrc b/.zshrc
index e84e3cb..40cdc58 100644
--- a/.zshrc
+++ b/.zshrc
@@ -120,8 +120,8 @@ alias -g C='| xsel -b' # Copy to clipboard
120alias bc='bc -l' 120alias bc='bc -l'
121alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" 121alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)"
122alias gg="exit" 122alias gg="exit"
123alias ledger="ledger -f ~/Dropbox/ledger.dat" 123alias ledger="ledger -f ~/Nextcloud/ledger.dat"
124alias report="report -f ~/Dropbox/ledger.dat" 124alias report="report -f ~/Nextcloud/ledger.dat"
125 125
126RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 126RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
127 127
@@ -147,7 +147,7 @@ alias tick=tickle
147#think it over 147#think it over
148alias think='tickle +1d' 148alias think='tickle +1d'
149 149
150alias lim='nvim /home/yigit/Dropbox/ledger.dat' 150alias lim='nvim /home/yigit/Nextcloud/ledger.dat'
151alias maybe='task due:someday list' 151alias maybe='task due:someday list'
152alias music='mpv --no-vid' 152alias music='mpv --no-vid'
153alias s="du -hs * | sort -rh | head -5" 153alias s="du -hs * | sort -rh | head -5"