.config/nano/PaxHeaders.45160/nanorc100644 001751 001751 0000000007414734170142 0014320xustar0030 mtime=1735454818.493577825 30 atime=1735454844.735243155 .config/nano/nanorc010064400017510001751000000014631473417014200134150ustar00naln1naln1# Make a line appear at column 80 for manual wrapping purposes # The stripe is brblack, and the text on that stripe is brwhite set guidestripe 80 set stripecolor lightwhite,lightblack # Make tabs as wide as 4 spaces set tabsize 4 # Make the reminders at the bottom of the screen less bright set functioncolor white set keycolor black,white # Make the status bar less bright, too set statuscolor black,white # Automatically indent new lines based on previous line set autoindent # Shows something like a scrollbar # and make it brblack set indicator set scrollercolor lightblack # Makes status text disappear quicker set quickblank # The home key jumps to the end of the whitespace instead of the beginning of the line set smarthome # Hopefully include syntax highlighting include /usr/local/share/nano/*.nanorc .config/fish/functions/PaxHeaders.45160/la.fish100644 001751 001751 0000000007414723710313 0016370xustar0030 mtime=1733267659.201940697 30 atime=1735255600.454697455 .config/fish/functions/la.fish010064400017510001751000000001251472371031300154570ustar00naln1naln1function la --wraps='ls' --description 'alias la ls -la' ls -la $argv end .config/fish/functions/PaxHeaders.45160/dono.fish100644 001751 001751 0000000007414725376005 0016743xustar0030 mtime=1733688325.452286001 30 atime=1735454737.899796967 .config/fish/functions/dono.fish010064400017510001751000000003011472537600500160260ustar00naln1naln1function dono --wraps='nano' --description 'alias suno doas nano --rcfile /home/naln1/.config/nano/asroot.nanorc' doas nano --rcfile /home/naln1/.config/nano/asroot.nanorc $argv end .config/fish/functions/PaxHeaders.45160/suno.fish100644 001751 001751 0000000007414725216406 0016766xustar0030 mtime=1733631238.909583739 30 atime=1735454737.899796967 .config/fish/functions/suno.fish010064400017510001751000000003011472521640600160510ustar00naln1naln1function suno --wraps='nano' --description 'alias suno sudo nano --rcfile /home/naln1/.config/nano/asroot.nanorc' sudo nano --rcfile /home/naln1/.config/nano/asroot.nanorc $argv end .config/nano/PaxHeaders.45160/asroot.nanorc100644 001751 001751 0000000007314734170136 0015630xustar0030 mtime=1735454814.935407396 29 atime=1735454783.91961015 .config/nano/asroot.nanorc010064400017510001751000000020221473417013600147160ustar00naln1naln1# Make a line appear at column 80 for manual wrapping purposes # The stripe is brblack, and the text on that stripe is brwhite set guidestripe 80 set stripecolor lightwhite,lightblack # Make tabs as wide as 4 spaces set tabsize 4 # Make the reminders at the bottom of the screen less bright set functioncolor white set keycolor black,white # Make the status bar less bright, too # !! because we are running as root !! # the text in the status bar will be red instead of black set statuscolor red,white # Automatically indent new lines based on previous line set autoindent # Shows something like a scrollbar # and make it brblack set indicator set scrollercolor lightblack # Makes status text disappear quicker set quickblank # The home key jumps to the end of the whitespace instead of the beginning of the line set smarthome # !! because we are running as root !! # Set the text in the titlebar to be red instead of black set titlecolor red,lightwhite # Hopefully include syntax highlighting include /usr/local/share/nano/*.nanorc ./PaxHeaders.45160/.profile100644 001751 001751 0000000007414725216651 0012443xustar0030 mtime=1733631401.301371236 30 atime=1735454844.735243155 .profile010064400017510001751000000004231472521665100113760ustar00naln1naln1# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $ # # sh/ksh initialization PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin PS1="[\${?}] \u@\h \$( pwd | sed "s,^$HOME,~,") \$ " EDITOR=nano export PATH HOME TERM PS1 EDITOR