dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

commit c87607344566c4ba7bb86d7ebb811a7ad90b459e
parent e4f459f479406a354ea24fdc5182900883c4f639
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sun, 10 Nov 2024 13:48:51 -0500

bash: term alias close tab not entire window

Diffstat:
Mbashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bashrc b/bashrc @@ -139,7 +139,7 @@ alias v='valgrind --leak-check=full --show-leak-kinds=all' alias gf='echo haha, you wish' alias ytdlp='youtube-dl --extract-audio --audio-format mp3 -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s"' alias newline='echo >>' -alias term='tabbed -c st -w' +alias term='tabbed -ck st -w' alias f='feh --force-aliasing --auto-zoom --auto-rotate --scale-down' alias py='python3 -q' alias exif='identify -verbose' # TODO only get exif info