diff options
author | ThanosApollo <[email protected]> | 2022-09-19 03:31:42 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-19 03:31:42 +0300 |
commit | 6aaba12f2924339cf76ce95b7a1d75dbb4b2d877 (patch) | |
tree | 120b25af2655cb5351677e46ce2b21e2e19cc0b6 /.zshrc | |
parent | a0e04ed1bdf3007c004a75ca7d5a04ad4634dbba (diff) |
Fix typo
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ alias cc='config commit -m' alias yeet='yay -Rsc' # weather -alias weather="curl wttrn.in" +alias weather="curl wttr.in" #aliases alias ls='ls -la --color=auto' |