1
0
Fork 0
Commit Graph

203 Commits

Author SHA1 Message Date
tastytea c6a4bbd5ca
Integrate delta into git config 2022-03-29 03:55:14 +02:00
tastytea e027467bf3
Zsh: Remove useless redirections in functions 2022-03-29 00:23:46 +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 242c08722f
Zsh Re-add alias d (dirstack) 2022-03-28 05:52:13 +02:00
tastytea fb42d64bb8
zsh: Make standard completions a bit prettier 2022-03-28 05:51:56 +02:00
tastytea 9cacdd0ce9
Zsh: Rename directory aliases -repo_<name>-dev → -devrepo_<name>
Turns out %~ can not look up the alias properly for -foo-bar if -foo is
defined. 😕
2022-03-28 05:23:26 +02:00
tastytea 9d50a7a39d
Zsh: Reformat prompt functions, initialize async if it isn't 2022-03-28 05:13:42 +02:00
tastytea 6fe56b659d
Zsh Only initialize async if it isn't already 2022-03-28 05:13:14 +02:00
tastytea e77b6dfdaf
Zsh: Add aliases for all enabled Gentoo repos, rename them
They are now named -repo_<name> and -repo_<name>-dev
2022-03-28 05:01:37 +02:00
tastytea be97bf28b4
Zsh: Clean up aliases 2022-03-28 03:56:52 +02:00
tastytea f5a84118ea
Migrate netgrep alias to ss 2022-03-28 03:45:30 +02:00
tastytea d5fd6fdaf9
Remove GNU global config 2022-03-28 03:44:59 +02:00
tastytea cec09caf4a
Remove obsolete shell scripts 2022-03-28 02:59:51 +02:00
tastytea a455a255fb
Zsh: Make emacsclient truecolor hack more general 2022-03-27 00:50:36 +01:00
tastytea bfecb170c2
Zsh: Rename jobs_dir variable and make it local 2022-03-27 00:37:08 +01:00
tastytea 245fba9192
Zsh: Test title setting termcap properly, reorder truecolor hacks 2022-03-27 00:11:34 +01:00
tastytea c94d93519a
Zsh: Remove old TrueColor workaround 2022-03-26 23:51:06 +01:00
tastytea 9b4035393a
Zsh: Remove o-m-z variable, fix preexec terminal title
Can't get number of jobs from subshell, so we put them in a variable.
2022-03-26 23:38:10 +01: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 f70d5de54d
Add btrfs-snapshot-compare 2022-03-26 17:53:28 +01:00
tastytea a3502c4f38
Add bg and fg colours to XTerm 2022-03-26 15:23:49 +01:00
tastytea 2995f0748a
Configure XTerm font 2022-03-26 15:02:46 +01:00
tastytea 23825215e5
Zsh: Improve completions
- Clean some oh-my-zsh variables
- Move completions to the top
- Re-add functionality from oh-my-zsh:
  - Hyphen- and case-insensitive, partial-word and substring completion
  - bashcompinit
2022-03-25 19:38:23 +01:00
tastytea 4c8793e264
zsh: History fix final_fixed_FINAL (really, I swear 🤞) 2022-03-24 01:46:42 +01:00
tastytea 869bf8933e
Fix hgrep alias 2022-03-24 01:26:10 +01:00
tastytea 37a76f99b5
Zsh: Use fcntl for locking history file 2022-03-24 01:24:23 +01:00
tastytea 51e4f9178f
Zsh: Fix history import again 2022-03-24 01:08:39 +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 bb502cb8bb
zsh: fc -RI doesn't really work 2022-03-23 23:54:28 +01:00
tastytea 7aec827be1
Turn on highlighting for zsh-history-substring-search 2022-03-23 23:41:37 +01:00
tastytea 407391880b
Zsh: Rename hook functions, use add-zsh-hook
New format: _my_<name>_<hook>
2022-03-23 23:31:23 +01:00
tastytea 6cac28b246
Zsh: Move history stuff higher, fix incremental history add
With calling fc -RI as preexec hook it should work. No, I don't know
why. 🤷
2022-03-23 23:29:37 +01:00
tastytea d6eb4e3090
Zsh: Add diff alais to make it output colors 2022-03-23 16:19:02 +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 16c62ade60
Remove oh-my-zsh-ism (?) 2022-03-23 03:42:35 +01:00
tastytea 240abe71e1
Zsh: Use fc-R instead of fc -RI
Not sure why that's needed.
2022-03-23 03:31:51 +01:00
tastytea 8b3a3abfb7
Don't call `fc -R -I` automatically 2022-03-23 03:23:08 +01:00
tastytea 388b3d349b
Zsh: Try recording run-time in history again
last time it borked. 🤞
2022-03-23 03:04:59 +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 cc55c54e6b
Zsh prompt: use $EUID instead if `id` 2022-03-23 01:52:26 +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 767ad1794a
Zsh: Prefer lesspipe over lesspipe.sh 2022-03-22 22:43:16 +01:00