From 06c3ef0b4049fea4e234b36be493269c9421e7fb Mon Sep 17 00:00:00 2001 From: david Date: Fri, 4 Apr 2025 16:55:39 -0500 Subject: [PATCH] Update todo file, add simple alias for tmux-sessionizer --- src_files/.zshrc | 1 + zxcv-todo => zxcv-todo.md | 3 +++ 2 files changed, 4 insertions(+) rename zxcv-todo => zxcv-todo.md (63%) diff --git a/src_files/.zshrc b/src_files/.zshrc index d562b69..2409f83 100644 --- a/src_files/.zshrc +++ b/src_files/.zshrc @@ -20,6 +20,7 @@ alias 3e='echo;echo;echo' alias 12e='3e;3e;3e;3e' alias cl='clear; ' alias cls='clear;ls' +alias tms='tmux-sessionizer' # executable name overrides alias ls='ls -F' diff --git a/zxcv-todo b/zxcv-todo.md similarity index 63% rename from zxcv-todo rename to zxcv-todo.md index c4dcadd..c895fde 100644 --- a/zxcv-todo +++ b/zxcv-todo.md @@ -1,3 +1,6 @@ ### todo or consider +- review primeagen's runs dir +- nvim config +- optional vim config as a backup? - decide on and implement approach for languages - docker, asdf, lang-specific version managers, hybrid of these?