mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added tmux plugins
This commit is contained in:
@@ -187,13 +187,17 @@ alias ga='git add'
|
||||
alias gcb='git checkout -b'
|
||||
alias gco='git checkout'
|
||||
alias gcm='git commit -a -m'
|
||||
#alias gl() { git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit }
|
||||
#alias gma() { git add . && git commit -m "$1" }
|
||||
alias gp='git push'
|
||||
alias gs='git status'
|
||||
alias l='ls -lah --color=auto'
|
||||
alias reload='exec zsh -l'
|
||||
alias t='tmux'
|
||||
alias tls='tmux list-sessions'
|
||||
alias temp='cd $(mktemp -d)'
|
||||
alias vi='nvim'
|
||||
alias n='unset VIMINIT && unset MYVIMRC && /opt/homebrew/bin/nvim'
|
||||
alias nvim='unset VIMINIT && unset MYVIMRC && /opt/homebrew/bin/nvim'
|
||||
alias nvim-mhoush='NVIM_APPNAME=m-housh && nvim'
|
||||
alias nvim-kickstart='NVIM_APPNAME=kickstart /opt/homebrew/bin/nvim'
|
||||
|
||||
@@ -24,7 +24,7 @@ alias cdots() { cd "${HOME}/.dotfiles" }
|
||||
alias zdots="vi ${ZDOTDIR}"
|
||||
|
||||
# open dotfiles in nvim editor
|
||||
alias dots="vi $DOTFILES"
|
||||
#alias dots="vi $DOTFILES"
|
||||
|
||||
# print the banner
|
||||
#alias banner() { clear && cat < "$ZDOTDIR/banner" }
|
||||
|
||||
Reference in New Issue
Block a user