diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2017-12-31 06:58:58 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2017-12-31 06:58:58 +0000 |
| commit | 1a1620dc88acd0d0c9d828de23c5d54fec3fb4ec (patch) | |
| tree | cc8a8861ac5d31fd5af1dece9bb50b06c6c46ba9 /share | |
| parent | 1ccce047f5c71f93586647531793d11bb90d3d14 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/skel/dot.shrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.shrc b/share/skel/dot.shrc index 974db460c9c55..e56256e5bd7d5 100644 --- a/share/skel/dot.shrc +++ b/share/skel/dot.shrc @@ -21,7 +21,7 @@ # some useful aliases alias h='fc -l' alias j=jobs -alias m=$PAGER +alias m="$PAGER" alias ll='ls -laFo' alias l='ls -l' alias g='egrep -i' |
