mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Option and completion changes:
* disabling autocd
* disabling cdablevar
* completion leaves cursor at the end of the word
* completion assumes start-of-word
* getting rid of cd() function
* dirs => dirs -v
* not sharing history between active sessions
This commit is contained in:
parent
c10c31af1e
commit
ae50006c8a
4 changed files with 29 additions and 28 deletions
|
|
@ -11,9 +11,9 @@ then
|
|||
fi
|
||||
|
||||
#setopt no_beep
|
||||
setopt auto_cd
|
||||
unsetopt auto_cd
|
||||
setopt multios
|
||||
setopt cdablevarS
|
||||
unsetopt cdablevarS
|
||||
|
||||
if [[ x$WINDOW != x ]]
|
||||
then
|
||||
|
|
@ -35,4 +35,4 @@ ZSH_THEME_GIT_PROMPT_CLEAN="" # Text to display if the branch is c
|
|||
setopt prompt_subst
|
||||
|
||||
# Load the theme
|
||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||
source "$ZSH/themes/$ZSH_THEME.zsh-theme"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue