commit 53012b3
Emilia Smólska
·
2026-08-28 12:40:25 +0000 UTC
parent 4f0dda3
satan
A
cshrc
+2,
-0
1@@ -0,0 +1,2 @@
2+set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,local/bin,local/sbin})
3+set filec
D
kshrc
+0,
-7
1@@ -1,7 +0,0 @@
2-set -A complete_haslo_1 -- gen get put list
3-set -A complete_haslo_2 -- $(haslo list)
4-set -A complete_amused_1 -- add consume flush jump load monitor next \
5- pause play previous repeat restart seek show shuffle status stop \
6- toggle
7-alias am='amused-monitor -t ~/Music/'
8-set -A complete_gm_1 -- $(gm help 2>&1 | awk '/ - /{print $1}')
A
login
+5,
-0
1@@ -0,0 +1,5 @@
2+setenv LC_ALL C.UTF-8
3+setenv NO_COLOR 1
4+setenv HASLOEMAIL emilia@hopeserv.net
5+setenv QT_QPA_PLATFORMTHEME qt6ct
6+setenv EDITOR vi
D
mg
+0,
-2
1@@ -1,2 +0,0 @@
2-backup-to-home-directory
3-auto-execute *.c c-mode
D
profile
+0,
-14
1@@ -1,14 +0,0 @@
2-# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $
3-#
4-# sh/ksh initialization
5-
6-PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
7-ENV=$HOME/.kshrc
8-LC_ALL=C.UTF-8
9-HASLOEMAIL=emilia@hopeserv.net
10-NO_COLOR=1
11-PF_COLOR=0
12-EDITOR=mg
13-QT_QPA_PLATFORMTHEME=qt6ct
14-export PATH HOME TERM ENV LC_ALL HASLOEMAIL NO_COLOR PF_COLOR PS1 \
15- EDITOR QT_QPA_PLATFORMTHEME
+2,
-3
1@@ -18,12 +18,11 @@ mkdir -p ~/.config/profanity
2 c $PWD/config/profanity/profrc ~/.config/profanity/profrc
3 mkdir -p ~/.config/qt6ct
4 c $PWD/config/qt6ct/qt6ct.conf ~/.config/qt6ct/qt6ct.conf
5+c $PWD/cshrc ~/.cshrc
6 c $PWD/cwmrc ~/.cwmrc
7 c $PWD/gitconfig ~/.gitconfig
8 c $PWD/gtkrc-2.0 ~/.gtkrc-2.0
9-c $PWD/kshrc ~/.kshrc
10 mkdir -p ~/lib
11 c $PWD/lib/fortunes.txt ~/lib/fortunes.txt
12-c $PWD/mg ~/.mg
13-c $PWD/profile ~/.profile
14+c $PWD/login ~/.login
15 c $PWD/xinitrc ~/.xinitrc