diff options
| -rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index e9a4983..e4be5c9 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -258,6 +258,9 @@ bindkey '^e' edit-command-line ########## Useful Commands/Alias ########## +alias s="systemctl" +alias j="journalctl xe" + # Enter directory and list contents cd() { if [ -n "$1" ]; then |
