From bb5b6c8e52aacf8003ea5edf14b6dbc3ef1d8706 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 23 Nov 2019 16:12:31 +0300 Subject: Ledger file use unique extension --- .zshrc | 8 +++----- 1 file 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=" " # Uncomment the following line to disable colors in ls. # DISABLE_LS_COLORS="true" -# export LS_COLORS="$(vivid generate snazzy)" -. /usr/share/LS_COLORS/dircolors.sh # Uncomment the following line to disable auto-setting terminal title. # DISABLE_AUTO_TITLE="true" @@ -121,8 +119,8 @@ alias -g C='| xsel -b' # Copy to clipboard alias bc='bc -l' alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" alias gg="exit" -alias ledger="ledger -f ~/Nextcloud/ledger.dat" -alias report="report -f ~/Nextcloud/ledger.dat" +alias ledger="ledger -f ~/Nextcloud/ledger.ledger" +alias report="report -f ~/Nextcloud/ledger.ledger" RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC @@ -143,7 +141,7 @@ alias tick=tickle #think it over alias think='tickle +1d' -alias lim='nvim /home/yigit/Nextcloud/ledger.dat' +alias lim='nvim /home/yigit/Nextcloud/ledger.ledger' alias maybe='task due:someday list' alias music='mpv --no-vid' alias s="du -hs * | sort -rh | head -5" -- cgit v1.2.3-70-g09d2