diff options
author | self <self@sateoki.xyz> | 2022-02-15 20:34:56 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-15 20:34:56 +0000 |
commit | 58239329bc247bc368b1e46ad1568ae623befc79 (patch) | |
tree | 4d7431cf8d028dc31c0d21bf766bdbb168ea8598 /zsh/.zshrc | |
parent | 2cd8348ac37093ef3489607117051f98f3f94288 (diff) |
Some change
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" |