Alpha Chen
|
bcee60a5f5
|
use a module for docker completion
|
1 year ago |
Alpha Chen
|
389c2dad42
|
add custom completions
|
1 year ago |
Alpha Chen
|
efd11fbae7
|
fix fzf alt-c command
|
1 year ago |
Alpha Chen
|
c6d1045581
|
add .local/bin to $PATH
|
1 year ago |
Alpha Chen
|
dd3082a77f
|
move aliases to rc, add tmux alias for better integration w/direnv
|
1 year ago |
Alpha Chen
|
8639cc1872
|
fzf updates
|
1 year ago |
Alpha Chen
|
4d9a3cf96e
|
use double quotes
|
1 year ago |
Alpha Chen
|
5567d55f9f
|
fzf
|
1 year ago |
Alpha Chen
|
52b6eed678
|
use exa for ls
|
1 year ago |
Alpha Chen
|
dcf4aefe45
|
move chruby to rc, add .dotfiles/bin
|
1 year ago |
Alpha Chen
|
37c58e1d21
|
move PATH-modifying stuff to zshenv
|
1 year ago |
Alpha Chen
|
305fc21c8d
|
Fix tat session name cleaning
|
1 year ago |
Alpha Chen
|
06c46aa5bd
|
Sub all . for _ for tat
|
1 year ago |
Alpha Chen
|
c7a59b2b7e
|
Selecta support
68554d6965/.zshrc (L122)
|
1 year ago |
Alpha Chen
|
89245945e1
|
Add ~/bin to PATH
|
1 year ago |
Alpha Chen
|
87141e6f33
|
Sanitize tmux session names
|
1 year ago |
Alpha Chen
|
7c78c7020b
|
Add Cargo bin to PATH
|
1 year ago |
Alpha Chen
|
9492e4fc09
|
Move direnv and chruby hooks into zshrc
|
1 year ago |
Alpha Chen
|
10263f90fe
|
Make eject function case-insensitive
|
1 year ago |
Alpha Chen
|
bb44c92a9b
|
Re-enable automatic chruby-ing
|
1 year ago |
Alpha Chen
|
aa244610d5
|
Fix up arrow through history
|
1 year ago |
Alpha Chen
|
636694dd8e
|
Enable syntax highlighting and history substring matching
|
1 year ago |
Alpha Chen
|
51150c82ec
|
Add a "plz" alias for "sudo"
|
1 year ago |
Alpha Chen
|
f76b32657d
|
Add function for ejecting mounts
|
1 year ago |
Alpha Chen
|
e6bc833747
|
initial personalization
|
1 year ago |
Indrajit Raychaudhuri
|
5ac930d96b
|
history-substring-search: Tweak documentation and cleanup
|
1 year ago |
mritd
|
74a19fb665
|
docs(history-substring-search): add `prefixed` setting example comment
add `prefixed` setting example comment
Signed-off-by: mritd <mritd@linux.com>
|
1 year ago |
mritd
|
9bf1ae66bc
|
feat(history-substring-search): add `prefixed` setting
support zsh-history-substring-search `HISTORY_SUBSTRING_SEARCH_PREFIXED` env
Signed-off-by: mritd <mritd@linux.com>
|
1 year ago |
dllud
|
bd180eec72
|
history-substring-search: add fuzzy and unique
|
1 year ago |
Indrajit Raychaudhuri
|
1b0cc0a219
|
utility: Detect lsd and honor its GNU ls compatibility
lsd (LSDeluxe) is a modern GNU compatibile alternative to ls. Detect if
it is aliased to ls and honor its GNU ls compatibility.
|
1 year ago |
Indrajit Raychaudhuri
|
64d46c407a
|
completion: Update completion submodule to 0.35.0
|
1 year ago |
Indrajit Raychaudhuri
|
5ac0777191
|
history-substring-search: Update history-substring-search submodule to 1.1.0
|
1 year ago |
Indrajit Raychaudhuri
|
d80e4aa86c
|
prompt: Update pure submodule to 1.22.0
|
1 year ago |
Roman Perepelitsa
|
c9c716e9c1
|
prompt: update powerlevel10k submodule to v1.19.0
Release notes:
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.19.0
|
1 year ago |
Indrajit Raychaudhuri
|
8d00c51900
|
python: Remove pip completion from prezto local
pip completion is bundled with Zsh 5.9. Remove it from prezto local to
avoid shadowing the bundled completion.
|
2 years ago |
Indrajit Raychaudhuri
|
8ee9d1bbfe
|
general: Documentation update for zstyle based alias skipping support
Add documentation to surface the `zstyle` based alias skipping.
|
2 years ago |
Indrajit Raychaudhuri
|
5ca892d6af
|
history: Reformat inline comments
|
2 years ago |
Indrajit Raychaudhuri
|
e14fdff4cb
|
history: Remove interim zstyle variables
|
2 years ago |
Roman Perepelitsa
|
3c002f772e
|
prompt: update powerlevel10k submodule to v1.18.0
Release notes:
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.18.0
|
2 years ago |
Indrajit Raychaudhuri
|
f7cb1fee1b
|
gnu-utility: Remove now obsolete egrep and fgrep
These were marked deprecated for a while and has now been marked
obsolete since gnu-grep 3.8 [1]. They have been removed from POSIX as
well [2].
[1] https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00001.html
[2] https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html#tag_20_55_18
|
2 years ago |
Indrajit Raychaudhuri
|
52bf42f887
|
python: Expand Python command pattern per convention
Use `(i)python[0-9.]#` as subscript for commands associative array,
following the convention [1] of detection python more exhaustively.
[1] 858b8de3d7/Completion/Unix/Command/_python (L1)
|
2 years ago |
Indrajit Raychaudhuri
|
8d895a70a5
|
history: Remove 'HISTFILE' path relocation warning
'HISTFILE' path relocation was done 2 years ago. It's time to cleanup
the warning message.
|
2 years ago |
Indrajit Raychaudhuri
|
e7f75d20bc
|
prompt: Remove 'powerlevel9k' deprecation warning
'powerlevel9k' is unsupported and deprecated for 2 years now. It's time
to cleanu the deprecation warning message.
|
2 years ago |
Indrajit Raychaudhuri
|
f5dff4fe22
|
prompt: Update pure submodule to 1.21.0
|
2 years ago |
Indrajit Raychaudhuri
|
0c364cdd5e
|
prompt: Update async submodule to 1.8.6
|
2 years ago |
mattmc3
|
da87c79b3a
|
Add zstyle to skip aliases for additional modules
|
2 years ago |
Julio Batista Silva
|
fc444f57e1
|
gnu-utility: add awk
https://www.gnu.org/software/gawk/
https://formulae.brew.sh/formula/gawk
|
2 years ago |
mattmc3
|
8be95c9c7e
|
Fix osx module manp function
|
2 years ago |
Roman Perepelitsa
|
a4ca924310
|
prompt: update powerlevel10k submodule to v1.17.0
Release notes:
- https://github.com/romkatv/powerlevel10k/releases/tag/v1.17.0
|
2 years ago |
huyz
|
e50b93ca88
|
Fix zcompile race condition
sorin-ionescu/prezto#2028
|
2 years ago |