mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Merged develop
This commit is contained in:
4
zsh/.config/zsh/.zcompcache/brew_all_commands
Normal file
4
zsh/.config/zsh/.zcompcache/brew_all_commands
Normal file
@@ -0,0 +1,4 @@
|
||||
list=( ${(Q)"${(z)$(<<\EO:list
|
||||
'aspell-dictionaries' 'determine-rebottle-runners' 'postgresql-upgrade-database' 'services'
|
||||
EO:list
|
||||
)}"} )
|
||||
@@ -19,3 +19,5 @@ zsh_add_file "zsh-aliases"
|
||||
zsh_add_file "zsh-zinit"
|
||||
|
||||
export EDITOR="nvim"
|
||||
|
||||
cat < "$ZDOTDIR/banner"
|
||||
|
||||
10
zsh/.config/zsh/banner
Normal file
10
zsh/.config/zsh/banner
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
_ _
|
||||
_ __ ___ | |__ ___ _ _ ___ | |__
|
||||
| '_ ` _ \ _____ | '_ \ / _ \ | | | |/ __|| '_ \
|
||||
| | | | | ||_____|| | | || (_) || |_| |\__ \| | | |
|
||||
|_| |_| |_| |_| |_| \___/ \__,_||___/|_| |_|
|
||||
|
||||
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
# configure aliases
|
||||
#alias zshconfig="vim ~/.zshrc"
|
||||
#alias reloadzsh="source ~/.zshrc"
|
||||
#alias zshconfig="$ZDOTDIR"
|
||||
|
||||
alias mkcd() { mkdir $1 && cd $1 }
|
||||
alias l() { ls -lah "$@" }
|
||||
|
||||
# editor
|
||||
alias vim() { nvim "$@" }
|
||||
|
||||
# git
|
||||
alias g() { git "$@" }
|
||||
alias ga() { git add . }
|
||||
alias gma() { git add . && git commit -m "$1" }
|
||||
alias gs() { git status }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user