Miscellaneous dot file updates
This commit is contained in:
parent
ff4ad34194
commit
2158f65d7a
@ -117,7 +117,7 @@ require('onedark').load()
|
||||
-- See `:help vim.o`
|
||||
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "Iosevka Term:h12"
|
||||
vim.o.guifont = "Iosevka Term:h13"
|
||||
vim.g.neovide_scale_factor = 1.0
|
||||
end
|
||||
|
||||
|
@ -8,18 +8,18 @@
|
||||
if [ -f /etc/bash_completion.d/git-prompt ]; then
|
||||
source /etc/bash_completion.d/git-prompt
|
||||
fi
|
||||
if [ -f ~/bin/git-prompt.sh ]; then
|
||||
source ~/bin/git-prompt.sh
|
||||
if [ -f /usr/share/git/git-prompt.sh ]; then
|
||||
source /usr/share/git/git-prompt.sh
|
||||
fi
|
||||
export GIT_PS1_SHOWDIRTYSTATE=1
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;92m\]$(hostname)\[\033[01;34m\] \w\[\033[01;35m\]$(__git_ps1 " %s") \[\033[0m\]$ '
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;92m\]$(hostnamectl hostname)\[\033[01;34m\] \w\[\033[01;35m\]$(__git_ps1 " %s") \[\033[0m\]$ '
|
||||
|
||||
#
|
||||
# Variables
|
||||
#
|
||||
#export EDITOR=vim
|
||||
export EDITOR=nvim
|
||||
export PATH=~/bin:$PATH
|
||||
export PATH=~/bin:~/.local/bin:$PATH
|
||||
|
||||
#
|
||||
# Aliases
|
||||
@ -30,7 +30,7 @@ alias a=clear
|
||||
alias h=history
|
||||
alias e=$EDITOR
|
||||
alias n=$EDITOR
|
||||
alias gn=neovide
|
||||
alias gn='neovide --fork'
|
||||
|
||||
#
|
||||
# Functions
|
||||
|
Loading…
Reference in New Issue
Block a user