diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 19:39:37 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 19:39:37 -0400 |
commit | beb03da55cb22ac49ddcfa6d5fff8ee52f820c63 (patch) | |
tree | 8ec1f6d7cf42d66fc5dfe46afc463b11a6550205 /files | |
parent | b7318cae22a42834b49df133f3c89391fa4cf867 (diff) | |
download | infrastructure-beb03da55cb22ac49ddcfa6d5fff8ee52f820c63.tar.gz |
desktop fixes
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/login.conf.desktop | 2 | ||||
-rw-r--r-- | files/usr/local/etc/poudriere.d/pkglist.pkg_repository | 1 | ||||
-rw-r--r-- | files/usr/share/skel/dot.shrc.freebsd | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/files/etc/login.conf.desktop b/files/etc/login.conf.desktop index 7e05091..d2bbc67 100644 --- a/files/etc/login.conf.desktop +++ b/files/etc/login.conf.desktop @@ -4,7 +4,7 @@ default:\\ :welcome=/var/run/motd:\\ :setenv=BLOCKSIZE=K,XDG_DATA_DIRS=${xdg_override_dir}\\c/usr/local/share,XDG_DATA_HOME=/usr/local/home/\$/.local/share,XDG_STATE_HOME=/usr/local/home/\$/.local/state,XDG_CACHE_HOME=/usr/local/home/\$/.cache,XDG_CONFIG_HOME=/usr/local/home/\$/.config,KDEHOME=/usr/local/home/\$/.kde:\\ :mail=/var/mail/\$:\\ - :path=/sbin /bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin ~/bin:\\ + :path=~/bin /usr/local/home/\$/.local/bin /sbin /bin /usr/local/sbin /usr/local/bin /usr/sbin /usr/bin:\\ :nologin=/var/run/nologin:\\ :cputime=unlimited:\\ :datasize=unlimited:\\ 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 |