diff --git a/bin/config.fish b/bin/config.fish index 680995d..70efd9c 100755 --- a/bin/config.fish +++ b/bin/config.fish @@ -57,7 +57,6 @@ a epubpack 'cd $argv && zip -0rX ../(basename $argv).epub mimetype *; cd ..;:' a ff 'fd -HILi -Edosdevices -E.git' a fichub 'lynx -dump https://fichub.net/legacy/epub_export?q=$argv | grep epub? | cut -d. -f2- | dl -i-;:' a fumount 'fusermount -u' -a fwhich 'file (which $argv);;' a g git a gittop 'cd (git root)' a giveme 's chown $USER' @@ -122,6 +121,8 @@ a tldr 'curl -s https://raw.githubusercontent.com/tldr-pages/tldr/main/pages/{co a history_find 'history -p (string sub -s 2 $argv[1]) | head -n1;:' a history_last 'history -n1;:' +a amk 'a ws make -p (basename $PWD)' + for i in (cut -d ' ' -f1 < ~/.config/qutebrowser/quickmarks) a $i "qutebrowser / \":open $i\"" end diff --git a/kitty/kitty.conf b/kitty/kitty.conf index dff3838..0a1e4b6 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -14,3 +14,4 @@ hide_window_decorations yes map shift+page_up scroll_page_up map shift+page_down scroll_page_down +scrollback_lines 20000