mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
7 lines
221 B
Bash
7 lines
221 B
Bash
if [[ -s "$HOME/.local/share/marker/marker.sh" ]]; then
|
|
export MARKER_KEY_MARK='\C-k'
|
|
export MARKER_KEY_GET='\C-@'
|
|
export MARKER_KEY_NEXT_PLACEHOLDER='\C-t'
|
|
source "$HOME/.local/share/marker/marker.sh"
|
|
fi
|
|
|