From: Sylvain Saboua Subject: Help for a first diff To: tech@openbsd.org Date: Sat, 29 Mar 2025 03:40:10 +0100 Say I wished to submit a diff that implements the following changes : # cat /etc/kshrc.local export HISTCONTROL=erasedups:ignorespace export HISTFILE=$HOME/.history export HISTSIZE=15000 alias ll='ls -l' alias la='ls -A' alias LA='ls -Al' # grep kshrc.local ~/.profile . /etc/kshrc.local Or one that would replace the default fvwm with cwm in xenocara. What would be the sequence of commands ? -- Sylvain Saboua