From f4419b4a0f7f058c6821142e558d6a62961ada0d Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 10 Sep 2019 17:20:41 +0300 Subject: Migrate from dropbox to nextcloud --- .zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.zshrc') 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 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 ~/Dropbox/ledger.dat" -alias report="report -f ~/Dropbox/ledger.dat" +alias ledger="ledger -f ~/Nextcloud/ledger.dat" +alias report="report -f ~/Nextcloud/ledger.dat" RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC @@ -147,7 +147,7 @@ alias tick=tickle #think it over alias think='tickle +1d' -alias lim='nvim /home/yigit/Dropbox/ledger.dat' +alias lim='nvim /home/yigit/Nextcloud/ledger.dat' 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 From 49069a10ecb8be355348a4b314005b17e7f41d90 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 12 Sep 2019 15:25:13 +0300 Subject: No need for ruby condition --- .zshrc | 5 ----- 1 file changed, 5 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 40cdc58..2c1ceaa 100644 --- a/.zshrc +++ b/.zshrc @@ -127,11 +127,6 @@ RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC export GPG_TTY=$(tty) -if [ "$hostname" != "Luchs" ]; then - PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" - export GEM_HOME=$HOME/.gem -fi - # Getting Things Done & Taskwarrior Related alias in='task add +in' # Alias for tasks with in tag (in tray) alias inc='task +in +PENDING count' # Reporting the number of in things -- cgit v1.2.3-70-g09d2 From 4c502abc095219c2fcd454c7fa90d05278cbcd94 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 13 Sep 2019 15:02:55 +0300 Subject: perl cpan variables --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 2c1ceaa..88a059a 100644 --- a/.zshrc +++ b/.zshrc @@ -153,3 +153,9 @@ alias tp='trash-put' [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export GOOGLE_APPLICATION_CREDENTIALS="/home/yigit/translation/DanNet-152c89acaeb0.json" + +PATH="/home/yigit/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; -- cgit v1.2.3-70-g09d2