Use zsh, powerline. Update fonts to use Source Code Pro.
This commit is contained in:
parent
a000ab4d35
commit
00c2de8c32
54 changed files with 2743 additions and 55 deletions
|
@ -36,6 +36,10 @@ export LESS='-BNJFXRgiM -h512 -x2'
|
|||
export PAGER='less -nL'
|
||||
export ACK_PAGER='less -nLR'
|
||||
|
||||
## fzf
|
||||
export FZF_TMUX=1
|
||||
export FZF_COMPLETION_TRIGGER="."
|
||||
|
||||
## Git
|
||||
export GIT_AUTHOR_NAME=$REALNAME
|
||||
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue