1
0
Fork 0
Commit Graph

55 Commits

Author SHA1 Message Date
tastytea d2e68c5c8f
Reorganise highlighter selection in less and cat
- LESSOPEN contains lesspipe{,sh} only
- ~/.lessfilter tries more highlighters
- cat-highlight processes each file independently
- cat-highlight tries to use ~/.lessfilter
2022-04-24 23:53:52 +02:00
tastytea d483b23eb1
Zsh-ify PATH and MANPATH 2022-04-24 23:02:02 +02:00
tastytea f69d921bcf
Prioritise ~/.local/bin 2022-04-15 14:11:27 +02:00
tastytea 77a4a3325e
Remove --validate-input from highlight
It causes some text to be swallowed
2022-04-12 07:33:14 +02:00
tastytea 299b9448fc
change audio + video colors in LS_COLORS 2022-04-11 04:50:29 +02:00
tastytea aa036cb6bf
Zsh: Rename zaliases, zkeys and zsecrets 2022-04-08 00:35:06 +02:00
tastytea 98a36aa78c
Zsh: Move plugin management into own file
Also Don't install plugins that are already installed by the package
manager.
2022-04-05 16:11:10 +02:00
tastytea 09c6315836
Zsh: Organise plugins in an array 2022-04-04 19:48:48 +02:00
tastytea f37ca08d78
Zsh: Don't load autosuggestions on slow computers 2022-04-04 19:29:56 +02:00
tastytea 94d92ff080
Zsh: Remove - from WORDCHARS 2022-04-03 06:19:07 +02:00
tastytea ecc61cb747
Only set ALTERNATE_EDITOR to nano if nano is in PATH 2022-04-03 04:42:47 +02:00
tastytea e8490692b3
Zsh: Use more shell builtins for LC_TIME setting 2022-04-02 17:40:33 +02:00
tastytea d568b10ef8
LS_COLORS: Change config file colour to brown 2022-04-02 15:49:03 +02:00
tastytea 1d129818a8
Add .ex and .js to LS_COLORS 2022-04-02 00:09:04 +02:00
tastytea e004081c5a
Zsh: Use more shell builtins, load modules explicitly 2022-04-01 23:30:25 +02:00
tastytea 6cff8a5713
Add functions to fpath in .zshrc 2022-04-01 21:01:32 +02:00
tastytea dc33eb2aa1
Add .org to text files in LS_COLORS 2022-04-01 03:49:35 +02:00
tastytea 6404f6ce53
unset LS_COLORS before changing it 2022-04-01 03:49:14 +02:00
tastytea 23a3a2bf4d
LS_COLORS: Change includable color and make it italic 2022-04-01 03:48:58 +02:00
tastytea 93120ef0ff
Add stuff to LS_COLORS, change compressed to red, text to cyan 2022-04-01 03:30:00 +02:00
tastytea ab7498a640
Add some stuff to LS_COLORS and comment it 2022-03-31 23:53:52 +02:00
tastytea 1489bda6ba
LS_COLORS: Don't specify color for compressed files 2022-03-31 23:37:11 +02:00
tastytea 24312b9cc9
Add more LS_COLORS 2022-03-31 23:20:40 +02:00
tastytea 7ffde81604
LS_COLORS: Change playlist color to green 2022-03-31 20:28:17 +02:00
tastytea c9f68da170
°Zsh: Add some LS_COLORS 2022-03-31 18:27:51 +02:00
tastytea b435cdc477
Zsh: Remove unnecessary escpape 2022-03-29 17:24:59 +02:00
tastytea a1b516beb5
Zsh: Fix WORDCHARS modification 2022-03-29 16:09:30 +02:00
tastytea 4202e0ac9c
Zsh: Fix always true comparison 2022-03-28 15:25:52 +02:00
tastytea 2cc6086cbb
Zsh: Rewrite plugin update mechanism 2022-03-28 06:51:55 +02:00
tastytea cf8b4b8d7e
Zsh: replace $(id -u) with ${EUID}
Less subshells spawned.
2022-03-28 06:18:33 +02:00
tastytea bc23116aa8
Zsh: Fix some things 2022-03-28 06:14:46 +02:00
tastytea 0c0beeb071
Zsh: Make fpath assignment safer 2022-03-26 18:21:00 +01:00
tastytea b91611f771
Set ZDOTDIR in ~/.zshenv 2022-03-26 18:19:25 +01:00
tastytea 6968e776dd
Simplify WORDCHARS modification 2022-03-24 00:36:00 +01:00
tastytea ff64f7c3a1
Remove _ from WORDCHARS 2022-03-24 00:32:51 +01:00
tastytea 7aec827be1
Turn on highlighting for zsh-history-substring-search 2022-03-23 23:41:37 +01:00
tastytea c8dce951d6
Zsh: Make / not be part of words
makes backward-word and so on stop at /.
2022-03-23 14:34:53 +01:00
tastytea 7e5f7f58e7
Zsh: Print a message when installing plugins 2022-03-23 02:42:10 +01:00
tastytea 0e381b7371
Zsh: Print a message when updating plugins 2022-03-23 02:41:00 +01:00
tastytea a9bae9ddd2
Remove now unneeded oh-my-zsh lib, set some options it set 2022-03-23 02:37:02 +01:00
tastytea 5902d4d020
zsh: export CATOPEN if highlight is found 2022-03-22 23:40:24 +01:00
tastytea 77553ac29d
Add ~/.lessfilter 2022-03-22 23:36:12 +01:00
tastytea f4f8db2359
Zsh: Add pygmentize and source-highlight as LESSOPEN candidates
Remove src-hilite-lesspipe.sh, it is a wrapper around source-highlight.
2022-03-22 01:00:14 +01:00
tastytea da67f29c6e
Fix export fpath 2022-03-21 19:34:45 +01:00
tastytea f2ac430995
Zsh: export fpath 2022-03-21 18:40:02 +01:00
tastytea 5ad37b1396
Zsh: Use lesspipe.sh for LESSOPEN and lessp if it exists. 2022-03-21 12:04:25 +01:00
tastytea 9806e16d44
Switch to base16/unikitty-reversible theme in less, cat and Zsh 2022-03-20 20:23:50 +01:00
tastytea 7cc2df5318
Zsh: Put functions in directory and autoload them 2022-03-19 04:13:51 +01:00
tastytea cd9e60cb5b
Rename some Zsh files
No reason to keep the dot.
2022-03-18 23:22:00 +01:00
tastytea 9f90c6c8ed
Make LESSOPEN work with multiple files 2022-03-18 16:41:53 +01:00