Refactored to make zsh
support as seamless as bash
This commit is contained in:
parent
42d570d673
commit
0c569629bc
13 changed files with 73 additions and 46 deletions
15
_home/dot_sz.shrc.d/zsh.pre/00_default
Normal file
15
_home/dot_sz.shrc.d/zsh.pre/00_default
Normal file
|
@ -0,0 +1,15 @@
|
|||
# The following lines were added by compinstall
|
||||
|
||||
zstyle ':completion:*' completer _complete _ignored
|
||||
zstyle :compinstall filename '/mnt/szmedia/USERDATA/home/sz/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
# End of lines added by compinstall
|
||||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=99999
|
||||
bindkey -e
|
||||
# End of lines configured by zsh-newuser-install
|
||||
|
1
_home/dot_sz.shrc.d/zsh.pre/21_aliases
Normal file
1
_home/dot_sz.shrc.d/zsh.pre/21_aliases
Normal file
|
@ -0,0 +1 @@
|
|||
alias which_command="whence "
|
Loading…
Add table
Add a link
Reference in a new issue