diff options
Diffstat (limited to '')
-rw-r--r-- | kshrc | 10 | ||||
-rw-r--r-- | xsession_x220_us_kb | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -85,6 +85,16 @@ ytmp3 () { cd ~/Downloads && yt-dlp -f 'ba' -x --audio-format mp3 "$1" -o '%(title)s.%(ext)s' && cd - || return } +# update /usr/ports +myupdateports() { + cd /usr && cvs -d anoncvs@anoncvs.spacehopper.org:/cvs -q up -Pd -A ports && cd - || return +} + +# update /usr/sr +myupdatesrc() { + cd /usr && cvs -d anoncvs@anoncvs.spacehopper.org:/cvs -q up -Pd -A src && cd - || return +} + # completions - experimental set -A complete_task_1 -- add sync diff --git a/xsession_x220_us_kb b/xsession_x220_us_kb index 97ac008..8cb2ef4 100644 --- a/xsession_x220_us_kb +++ b/xsession_x220_us_kb @@ -4,7 +4,7 @@ xrdb -merge $HOME/.Xresources xsetroot -solid cadetblue xidle & autocutsel & -ulimit -Sc 0 # eliminate core dumps (https://www.kevinthomas.dev/posts/openbsd-thinkpadt480.html) +#ulimit -Sc 0 # eliminate core dumps (https://www.kevinthomas.dev/posts/openbsd-thinkpadt480.html) scb 5600 xset b off setxkbmap -option ctrl:nocaps |