Font updates
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
# --------------------------------
|
||||
# If git-prompt does not exist, get it with following command:
|
||||
#
|
||||
# $ wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh
|
||||
[ -r /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git
|
||||
# $ wget https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh [ -r /usr/share/bash-completion/completions/git ] && . /usr/share/bash-completion/completions/git
|
||||
|
||||
if [ -f /etc/bash_completion.d/git-prompt ]; then
|
||||
source /etc/bash_completion.d/git-prompt
|
||||
@@ -18,7 +17,8 @@ PS1='${debian_chroot:+($debian_chroot)}\[\033[01;92m\]$(hostname)\[\033[01;34m\]
|
||||
#
|
||||
# Variables
|
||||
#
|
||||
export EDITOR=vim
|
||||
#export EDITOR=vim
|
||||
export EDITOR=nvim
|
||||
export PATH=~/bin:$PATH
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user