Small changes
This commit is contained in:
parent
ac73691870
commit
05d2752cc5
|
@ -13,3 +13,6 @@ Session.vim
|
|||
tags
|
||||
|
||||
# End of https://www.gitignore.io/api/vim
|
||||
|
||||
# Make sure we do not include vimlocal files
|
||||
.vimlocal
|
||||
|
|
|
@ -30,7 +30,7 @@ call plug#end()
|
|||
au BufRead,BufNewFile *.lang setfiletype lang
|
||||
|
||||
" Load vim config in current directory
|
||||
silent! do .vimlocal
|
||||
silent! so .vimlocal
|
||||
|
||||
" Theme
|
||||
colorscheme gruvbox
|
||||
|
|
|
@ -7,6 +7,8 @@ setw -g automatic-rename on
|
|||
set -s escape-time 0
|
||||
set-window-option -g xterm-keys on
|
||||
|
||||
#set -g mouse on
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ XDG_DOCUMENTS_DIR="$HOME/Documents"
|
|||
XDG_MUSIC_DIR="$HOME/Music"
|
||||
XDG_PICTURES_DIR="$HOME/Pictures"
|
||||
XDG_VIDEOS_DIR="$HOME/Videos"
|
||||
XDG_ACTIVITIES_DIR="$HOME/Projects"
|
||||
|
||||
XDG_DESKTOP_DIR="$HOME"
|
||||
XDG_PUBLICSHARE_DIR="$HOME"
|
||||
|
|
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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user