summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2019-11-23 16:12:31 +0300
committerYigit Sever2019-11-23 16:12:31 +0300
commitbb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706 (patch)
tree3ed07252f8106543ce1c505381d7ea98e844cf10 /.zshrc
parent8dc2062e8004b302224aa2a1f2920886ec81e29d (diff)
downloaddotfiles-bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706.tar.gz
dotfiles-bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706.tar.bz2
dotfiles-bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706.zip
Ledger file use unique extension
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc8
1 files changed, 3 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index 98bc7e9..ccd8d20 100644
--- a/.zshrc
+++ b/.zshrc
@@ -34,8 +34,6 @@ SPACESHIP_CHAR_SUFFIX=" "
34 34
35# Uncomment the following line to disable colors in ls. 35# Uncomment the following line to disable colors in ls.
36# DISABLE_LS_COLORS="true" 36# DISABLE_LS_COLORS="true"
37# export LS_COLORS="$(vivid generate snazzy)"
38. /usr/share/LS_COLORS/dircolors.sh
39# Uncomment the following line to disable auto-setting terminal title. 37# Uncomment the following line to disable auto-setting terminal title.
40# DISABLE_AUTO_TITLE="true" 38# DISABLE_AUTO_TITLE="true"
41 39
@@ -121,8 +119,8 @@ alias -g C='| xsel -b' # Copy to clipboard
121alias bc='bc -l' 119alias bc='bc -l'
122alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" 120alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)"
123alias gg="exit" 121alias gg="exit"
124alias ledger="ledger -f ~/Nextcloud/ledger.dat" 122alias ledger="ledger -f ~/Nextcloud/ledger.ledger"
125alias report="report -f ~/Nextcloud/ledger.dat" 123alias report="report -f ~/Nextcloud/ledger.ledger"
126 124
127RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 125RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
128 126
@@ -143,7 +141,7 @@ alias tick=tickle
143#think it over 141#think it over
144alias think='tickle +1d' 142alias think='tickle +1d'
145 143
146alias lim='nvim /home/yigit/Nextcloud/ledger.dat' 144alias lim='nvim /home/yigit/Nextcloud/ledger.ledger'
147alias maybe='task due:someday list' 145alias maybe='task due:someday list'
148alias music='mpv --no-vid' 146alias music='mpv --no-vid'
149alias s="du -hs * | sort -rh | head -5" 147alias s="du -hs * | sort -rh | head -5"