diff options
| author | Yigit Sever | 2020-10-29 13:08:46 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-10-29 13:08:46 +0300 |
| commit | 1c0c8acaaf96fc78d0534313a58665a76e8c4e93 (patch) | |
| tree | 46e67959d4948e80998c15526624945816325b48 | |
| parent | da81604be60c18373b8d9b3aed6ef44bf7577b8b (diff) | |
| download | dotfiles-1c0c8acaaf96fc78d0534313a58665a76e8c4e93.tar.gz dotfiles-1c0c8acaaf96fc78d0534313a58665a76e8c4e93.tar.bz2 dotfiles-1c0c8acaaf96fc78d0534313a58665a76e8c4e93.zip | |
add tre alias, quick tree
| -rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -119,6 +119,7 @@ alias wim='nvim /home/yigit/nextcloud/personal_wiki/text/index.wiki' | |||
| 119 | alias ssh='TERM=xterm-256color ssh' | 119 | alias ssh='TERM=xterm-256color ssh' |
| 120 | alias torem='cd /home/yigit/nextcloud/remind/' | 120 | alias torem='cd /home/yigit/nextcloud/remind/' |
| 121 | alias ta='task add +next +@home' | 121 | alias ta='task add +next +@home' |
| 122 | alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' | ||
| 122 | 123 | ||
| 123 | export MANPAGER="nvim +Man! -c ':set signcolumn='" | 124 | export MANPAGER="nvim +Man! -c ':set signcolumn='" |
| 124 | 125 | ||
