diff options
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index f767152..e3c6a4d 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -14,6 +14,7 @@ unset command # Verbosity and settings that you pretty much just always are going to want. alias \ cp="cp -iv" \ + crontab="crontab -i" \ journalctl="journalctl -xe" \ less="less -XER" \ ls="lsn" \ |
