diff options
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' |