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