diff options
author | Yigit Sever | 2019-11-23 16:12:31 +0300 |
---|---|---|
committer | Yigit Sever | 2019-11-23 16:12:31 +0300 |
commit | bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706 (patch) | |
tree | 3ed07252f8106543ce1c505381d7ea98e844cf10 | |
parent | 8dc2062e8004b302224aa2a1f2920886ec81e29d (diff) | |
download | dotfiles-bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706.tar.gz dotfiles-bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706.tar.bz2 dotfiles-bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706.zip |
Ledger file use unique extension
-rw-r--r-- | .zshrc | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 | |||
121 | alias bc='bc -l' | 119 | alias bc='bc -l' |
122 | alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" | 120 | alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" |
123 | alias gg="exit" | 121 | alias gg="exit" |
124 | alias ledger="ledger -f ~/Nextcloud/ledger.dat" | 122 | alias ledger="ledger -f ~/Nextcloud/ledger.ledger" |
125 | alias report="report -f ~/Nextcloud/ledger.dat" | 123 | alias report="report -f ~/Nextcloud/ledger.ledger" |
126 | 124 | ||
127 | RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC | 125 | RANGER_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 |
144 | alias think='tickle +1d' | 142 | alias think='tickle +1d' |
145 | 143 | ||
146 | alias lim='nvim /home/yigit/Nextcloud/ledger.dat' | 144 | alias lim='nvim /home/yigit/Nextcloud/ledger.ledger' |
147 | alias maybe='task due:someday list' | 145 | alias maybe='task due:someday list' |
148 | alias music='mpv --no-vid' | 146 | alias music='mpv --no-vid' |
149 | alias s="du -hs * | sort -rh | head -5" | 147 | alias s="du -hs * | sort -rh | head -5" |