-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheasy.zsh
More file actions
executable file
·14 lines (12 loc) · 803 Bytes
/
easy.zsh
File metadata and controls
executable file
·14 lines (12 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
# aliases
alias src='source ~/.zshrc'
alias nz='nano ~/.zshrc'
alias vz='vim ~/.zshrc'
alias a="curl https://raw.githubusercontent.com/Apon77/linux/junk/aliases.sh > ~/.oh-my-zsh/custom/aliases.zsh; source ~/.zshrc"
alias easy="curl https://raw.githubusercontent.com/Apon77/linux/junk/easy.zsh > ~/.oh-my-zsh/custom/easy.zsh; source ~/.zshrc"
alias fn="curl https://raw.githubusercontent.com/Apon77/linux/junk/functions.sh > ~/.oh-my-zsh/custom/functions.zsh; source ~/.zshrc"
alias apon="curl https://raw.githubusercontent.com/Apon77/linux/junk/personal_variables.sh > ~/.oh-my-zsh/custom/personal_variables.zsh; source ~/.zshrc"
alias gll=ggpull
export PATH=$PATH:$HOME/.diff-so-fancy
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"