Quantcast
Channel: Linuxine,Linux news and tips - gnome
Viewing all articles
Browse latest Browse all 312

Need some help with ZSH

$
0
0

I copypastad some different ZSH related things from the web and ended up with this mess:# .zshrc
# Author: Piotr Karbowski <piotr.karbowski@gmail.com>
# License: beerware.

# Basic zsh config.
umask 077
ZDOTDIR=${ZDOTDIR:-${HOME}}
ZSHDDIR="${HOME}/.config/zsh.d"
HISTFILE="${ZDOTDIR}/.zsh_history"
HISTSIZE='10000'
SAVEHIST="${HISTSIZE}"
export EDITOR=&q

read more


Viewing all articles
Browse latest Browse all 312

Trending Articles