commit dc24800
Emilia Smólska
·
2026-07-27 16:05:40 +0000 UTC
parent 657cda6
rclarp
4 files changed,
+6,
-23
D
kshrc
+0,
-9
1@@ -1,9 +0,0 @@
2-#/usr/games/fortune -s discworld
3-#echo
4-set -A complete_haslo_1 -- gen get put list
5-set -A complete_haslo_2 -- $(haslo list)
6-function p {
7- for file in *.wav; do
8- aucat -i $file
9- done &
10-}
D
profile
+0,
-12
1@@ -1,12 +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-PS1='; '
11-NO_COLOR=1
12-PF_COLOR=0
13-export PATH HOME TERM ENV LC_ALL HASLOEMAIL NO_COLOR PF_COLOR PS1
A
rcrc
+5,
-0
1@@ -0,0 +1,5 @@
2+path=($home/bin /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /usr/local/bin /usr/local/sbin)
3+LC_ALL=C.UTF-8
4+HASLOEMAIL=emilia@hopeserv.net
5+NO_COLOR=1
6+PF_COLOR=0
+1,
-2
1@@ -18,6 +18,5 @@ mkdir -p ~/.dillo
2 ln -sf $PWD/dillo/dillorc ~/.dillo/dillorc
3 ln -sf $PWD/gitconfig ~/.gitconfig
4 ln -sf $PWD/gtkrc-2.0 ~/.gtkrc-2.0
5-ln -sf $PWD/kshrc ~/.kshrc
6-ln -sf $PWD/profile ~/.profile
7+ln -sf $PWD/rcrc ~/.rcrc
8 ln -sf $PWD/xinitrc ~/.xinitrc