diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-01-23 15:52:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-01-23 15:52:32 +0800 |
commit | b600a2274743e296c85eecf2723d26c537dbb0a7 (patch) | |
tree | 82b0bb2528aae63c8962b7d809e28f6e9339b7cd | |
parent | 9d3b3e24d6a94e3d5ac471c13bb6e955805e197f (diff) |
update
-rw-r--r-- | alias | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ alias g='gist' | |||
34 | alias gl='gist last' | 34 | alias gl='gist last' |
35 | 35 | ||
36 | # shell | 36 | # shell |
37 | alias s='systemctl' | 37 | alias s='sudo systemctl' |
38 | alias j='journalctl -xe' | 38 | alias j='sudo journalctl -xe' |
39 | alias path="echo $PATH" | 39 | alias path="echo $PATH" |
40 | alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" | 40 | alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" |
41 | alias src="source $HOME/.$(basename $SHELL)rc" | 41 | alias src="source $HOME/.$(basename $SHELL)rc" |