init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
16
bin/zshrc/utils
Normal file
16
bin/zshrc/utils
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
|
||||
export EDITOR='nvim'
|
||||
export GIT_EDITOR='nvim'
|
||||
# git config --global core.editor "nvim"
|
||||
|
||||
alias ddd='date +"%d-%m-%Y"'
|
||||
alias v='nvim'
|
||||
|
||||
# should be for linux only
|
||||
alias ip='ip -c'
|
||||
|
||||
alias hist='eval `history | fzf | cut -s -d " " -f4-`'
|
||||
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export HISTSIZE=100000000
|
Loading…
Add table
Add a link
Reference in a new issue