diff options
Diffstat (limited to 'files/usr')
-rw-r--r-- | files/usr/local/etc/poudriere.d/pkglist.pkg_repository | 1 | ||||
-rw-r--r-- | files/usr/share/skel/dot.shrc.freebsd | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository index 68230bf..10625e3 100644 --- a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository +++ b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository @@ -92,7 +92,6 @@ multimedia/v4l_compat multimedia/vdpauinfo multimedia/vlc multimedia/webcamd -net-im/dino net-im/farstream net-im/gajim net-im/prosody diff --git a/files/usr/share/skel/dot.shrc.freebsd b/files/usr/share/skel/dot.shrc.freebsd index a5147c7..e1044c8 100644 --- a/files/usr/share/skel/dot.shrc.freebsd +++ b/files/usr/share/skel/dot.shrc.freebsd @@ -18,6 +18,7 @@ alias ...='cd ../..' alias mkdir='mkdir -p' alias df='df -h' alias du='du -ch' +alias history='fc -l' bind ^[[A ed-search-prev-history bind ^[[B ed-search-next-history |