Developer and virtual studio stuff

This commit is contained in:
Olaf
2025-05-27 16:38:00 +02:00
parent 77ac865b41
commit 911d98cd65
8 changed files with 134 additions and 5 deletions

View File

@ -11,6 +11,7 @@ let
in
{
# Shared shell configuration
zsh = {
enable = true;
@ -48,6 +49,8 @@ in
export ALTERNATE_EDITOR="vim"
export EDITOR="emacs -nw"
export VISUAL="emacs"
# RMAPI remarkable
RMAPI_CONFIG=/Users/olaf/.config/rmapi
e() {
emacs -nw "$@"