dotfiles

My personal dotfiles (see readme)
git clone git://git.luxferre.top/dotfiles.git
Log | Files | Refs | README

commit 4b05575d0dfb4c250464ba5b4daa5d8cd6778cc2
parent efbc1d18469301effc7c4c355255042fffb4d3e6
Author: Luxferre <lux@ferre>
Date:   Mon, 19 Feb 2024 15:57:46 +0200

added dt alias

Diffstat:
M.aliases | 3+++
MREADME | 4++--
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.aliases b/.aliases @@ -4,6 +4,9 @@ alias ab=abduco alias aba='abduco -A' +# dtach shortcut (for OpenBSD servers) +alias dt='dtach -A /tmp/dsession $SHELL' + # use on Alpine/OpenBSD alias sudo=doas diff --git a/README b/README @@ -3,8 +3,8 @@ Dotfiles This repo contains some of my main dotfiles required for living in a purely terminal environment. They depend on the following basic software installed: -oksh, opendoas, ed, vi/vim, mpv, abduco, most, rlwrap, pass, pipe-viewer and -twitch-chat-cli. +oksh, opendoas, ed, vi/vim, mpv, dtach/abduco, most, rlwrap, pass, +pipe-viewer and twitch-chat-cli. Note: most was chosen as the $PAGER for additional compatibility with programs like sacc to ensure correct text document scrolling. The .exrc file