summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-10-29 13:08:46 +0300
committerYigit Sever2020-10-29 13:08:46 +0300
commit1c0c8acaaf96fc78d0534313a58665a76e8c4e93 (patch)
tree46e67959d4948e80998c15526624945816325b48 /.zshrc
parentda81604be60c18373b8d9b3aed6ef44bf7577b8b (diff)
downloaddotfiles-1c0c8acaaf96fc78d0534313a58665a76e8c4e93.tar.gz
dotfiles-1c0c8acaaf96fc78d0534313a58665a76e8c4e93.tar.bz2
dotfiles-1c0c8acaaf96fc78d0534313a58665a76e8c4e93.zip
add tre alias, quick tree
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index b5622f1..976702f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -119,6 +119,7 @@ alias wim='nvim /home/yigit/nextcloud/personal_wiki/text/index.wiki'
119alias ssh='TERM=xterm-256color ssh' 119alias ssh='TERM=xterm-256color ssh'
120alias torem='cd /home/yigit/nextcloud/remind/' 120alias torem='cd /home/yigit/nextcloud/remind/'
121alias ta='task add +next +@home' 121alias ta='task add +next +@home'
122alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules'
122 123
123export MANPAGER="nvim +Man! -c ':set signcolumn='" 124export MANPAGER="nvim +Man! -c ':set signcolumn='"
124 125