summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc20
1 files changed, 11 insertions, 9 deletions
diff --git a/.zshrc b/.zshrc
index 5a22f2e..ebc0480 100644
--- a/.zshrc
+++ b/.zshrc
@@ -61,10 +61,12 @@ COMPLETION_WAITING_DOTS="true"
61# Add wisely, as too many plugins slow down shell startup. 61# Add wisely, as too many plugins slow down shell startup.
62plugins=( 62plugins=(
63 colored-man-pages 63 colored-man-pages
64 cpanm
64 git 65 git
65 gitignore 66 gitignore
66 taskwarrior 67 taskwarrior
67 tmux 68 tmux
69 you-should-use
68 z 70 z
69 zsh-autosuggestions 71 zsh-autosuggestions
70) 72)
@@ -125,19 +127,19 @@ mkcdir () {
125 cd -P -- "$1" 127 cd -P -- "$1"
126} 128}
127 129
128#PATH="/home/yigit/perl5/bin${PATH+:}${PATH}"; export PATH; 130PATH="/home/yigit/perl5/bin${PATH+:}${PATH}"; export PATH;
129#PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; 131PERL5LIB="/home/yigit/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB;
130#PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; 132PERL_LOCAL_LIB_ROOT="/home/yigit/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT;
131#PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_M_OPT; 133PERL_MB_OPT="--install_base \"/home/yigit/perl5\""; export PERL_M_OPT;
132#PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; 134PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT;
133#PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT; 135PERL_MM_OPT="INSTALL_BASE=/home/yigit/perl5"; export PERL_MM_OPT;
134 136
135RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 137RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
136 138
137export GPG_TTY=$(tty) 139export GPG_TTY=$(tty)
138 140
139#PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin" 141PATH="$PATH:$(ruby -e 'print Gem.user_dir')/bin"
140#export GEM_HOME=$HOME/.gem 142export GEM_HOME=$HOME/.gem
141 143
142# Getting Things Done & Taskwarrior Related 144# Getting Things Done & Taskwarrior Related
143alias in='task add +in' # Alias for tasks with in tag (in tray) 145alias in='task add +in' # Alias for tasks with in tag (in tray)
@@ -156,7 +158,7 @@ alias think='tickle +1d'
156 158
157alias lim='nvim /home/yigit/Dropbox/ledger.dat' 159alias lim='nvim /home/yigit/Dropbox/ledger.dat'
158alias maybe='task due:someday list' 160alias maybe='task due:someday list'
159#alias music='mpv --no-vid' 161alias music='mpv --no-vid'
160alias s="du -hs * | sort -rh | head -5" 162alias s="du -hs * | sort -rh | head -5"
161alias f="find . -name" 163alias f="find . -name"
162alias b="buku --suggest --colors 'onlxm'" 164alias b="buku --suggest --colors 'onlxm'"