diff options
| author | typebrook <typebrook@gmail.com> | 2020-05-05 10:37:54 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-05-05 10:37:54 +0800 |
| commit | 4925c0de026e6a9f3e639d068b80716bc43e45ee (patch) | |
| tree | 169efee74dc4ca1cd8f17f93852bff1e9fff01cb /alias | |
| parent | d0523bc742f7f3ff048939644e5e173757d68143 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -33,7 +33,7 @@ alias gl='gist last' | |||
| 33 | 33 | ||
| 34 | # shell | 34 | # shell |
| 35 | alias path="echo $PATH" | 35 | alias path="echo $PATH" |
| 36 | alias fd="ls -l /proc/$$/fd" | 36 | alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" |
| 37 | alias src="source $HOME/.$(basename $SHELL)rc" | 37 | alias src="source $HOME/.$(basename $SHELL)rc" |
| 38 | alias ll='ls -alh' | 38 | alias ll='ls -alh' |
| 39 | alias hg='history | grep' | 39 | alias hg='history | grep' |