diff options
| author | zachir <zachir@librem.one> | 2023-07-17 22:25:31 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-07-17 22:26:13 -0500 |
| commit | 9aeae2e662aa1384b14fa507b525dadd30300499 (patch) | |
| tree | 9f36258d2585d7bf92da1be180b8ab6ac0dcf83e /sh | |
| parent | de292fa493b8ba10d656f87f1dbc7ce2fa35ba85 (diff) | |
On second thought, reset should be alias
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ alias ga='git add -A' alias gd='git diff' ## Single Chars -alias r='cd ~ && clear && exec $SHELL' +alias r='cd ~ && reset && exec $SHELL' alias q='exit' alias c='clear' alias m='make' |
