Small changes
This commit is contained in:
4
zsh/.zcompcache/SYS_ALL_UNITS
Normal file
4
zsh/.zcompcache/SYS_ALL_UNITS
Normal file
File diff suppressed because one or more lines are too long
4
zsh/.zcompcache/SYS_REALLY_ALL_UNITS
Normal file
4
zsh/.zcompcache/SYS_REALLY_ALL_UNITS
Normal file
File diff suppressed because one or more lines are too long
@@ -15,6 +15,8 @@
|
||||
# Color output (auto set to 'no' on dumb terminals).
|
||||
zstyle ':prezto:*:*' color 'yes'
|
||||
|
||||
zstyle ':prezto:module:utility' safe-ops 'no'.
|
||||
|
||||
# Add additional directories to load prezto modules from
|
||||
# zstyle ':prezto:load' pmodule-dirs $HOME/.zprezto-contrib
|
||||
|
||||
|
||||
@@ -4,6 +4,8 @@ export ZDOTDIR="${HOME}/.dotfiles/zsh"
|
||||
export EDITOR=nvim
|
||||
export USE_CCACHE=1
|
||||
|
||||
export PATH="${HOME}/.local/bin:$PATH"
|
||||
|
||||
alias cl="clear"
|
||||
alias tmux="tmux -2"
|
||||
|
||||
@@ -17,3 +19,5 @@ fi
|
||||
if [[ -s "${ZDOTDIR}/gitalias.zsh" ]]; then
|
||||
source "${ZDOTDIR}/gitalias.zsh"
|
||||
fi
|
||||
|
||||
export GREP_COLORS="mt=01;32"
|
||||
|
||||
Reference in New Issue
Block a user