update plugins

This commit is contained in:
2020-03-01 18:31:58 -05:00
parent bbd8a261d4
commit 682115b3bf
4 changed files with 40 additions and 1 deletions

3
shell/shell.plugin.zsh Normal file
View File

@@ -0,0 +1,3 @@
alias la="ls -a"
alias ll="ls -l"
alias lla="ls -l -a"