From 2348733d390531dde5489db73ccff3849a19d991 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 24 Feb 2023 23:39:46 -0500 Subject: [PATCH] oxidise pt 2 --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 0a0265f..de88c35 100644 --- a/.zshrc +++ b/.zshrc @@ -54,6 +54,7 @@ alias o="rg --files . | fzf | xargs nvim" #being lazy alias r="ranger" alias c='clear' #; $TODO_ON_CLEAR && tail -n 10 ~/todo' +alias wt='wiki-tui' #todo things alias todooff="TODO_ON_CLEAR=false" @@ -68,8 +69,8 @@ alias m="find $M_DIR -type f | shuf -n 1 | xargs kitty +kitten icat --scale-up - # some more ls aliases alias ll='ls -alF' -alias la='ls -A' -alias l='ls -CF' +alias la='ls -a' +alias l='ls' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto'