diff options
author | otg <self@sateoki.xyz> | 2022-02-16 08:41:21 +0000 |
---|---|---|
committer | otg <self@sateoki.xyz> | 2022-02-16 08:41:21 +0000 |
commit | 44661ff844847818d19bcdce8ace02d1eecb4c77 (patch) | |
tree | 83403414f51ff5057c0e3553a5ac0683741398b8 /zsh/.zshrc | |
parent | f52b2431f82a9b2e0056e2a3026005e89ab83cf8 (diff) | |
parent | 58239329bc247bc368b1e46ad1568ae623befc79 (diff) |
Merge branch 'master' of github.com:GeorgeAbbott/dotfiles
Commit
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ PROMPT=$PS1 alias ls='ls -a --color=always' alias e="exa -a --header --long --git --time-style=long-iso" alias c="clear ; e" +alias t="e --tree" # vim / nvim alias v="vim" |