From 2852e51b35282edbbdd25e126d3fa3312c5d3180 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 16 Sep 2020 14:29:06 +0300 Subject: prune zshrc --- .zshrc | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.zshrc b/.zshrc index 1d07844..c334881 100644 --- a/.zshrc +++ b/.zshrc @@ -3,11 +3,10 @@ hostname=$(uname -n) # If you come from bash you might have to change your $PATH. export PATH=$HOME/bin:/usr/local/bin:$PATH -export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/bin/" +export PATH="$PATH:/home/yigit/.local/bin:$HOME/.cargo/bin" # Path to your oh-my-zsh installation. export ZSH=/home/yigit/.oh-my-zsh -export SEMESTER_THEME="The Summer of Catchup" # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. @@ -113,8 +112,6 @@ alias df='df -h' alias mirrors='sudo pacman-mirrors -f 0 && sudo pacman -Syy' alias -g C='| xsel -b' # Copy to clipboard alias bc='bc -l' -# how many days left to the end of the month, doesn't understand weekends -alias maas="expr $(cal | awk 'FNR>2{d+=NF}END{print d}') - $(date +%d)" alias ledger="ledger -f ~/Nextcloud/ledger.ledger" alias report="report -f ~/Nextcloud/ledger.ledger" alias think='tickle +1d' #think it over @@ -150,21 +147,11 @@ alias tick=tickle [ -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; - # https://lobste.rs/s/zpw6py/how_do_you_organize_your_home_directory function te { cd $(mktemp -d /tmp/$1.XXXX) } -source /home/yigit/.config/broot/launcher/bash/br - n () { # Block nesting of nnn in subshells @@ -196,6 +183,7 @@ n () export NNN_BMS='w:~/Nextcloud/personal_wiki;r:~/Nextcloud/remind;n:~/Nextcloud' export NNN_COLORS="2136" # use a different color for each context +export NNN_FCOLORS='c1e2272e006033f7c6d6abc4' export NNN_PLUG='d:dragdrop;z:fzz;p:preview-tui' # Add RVM to PATH for scripting. Make sure this is the last PATH variable change. -- cgit v1.2.3-70-g09d2