Miscellaneous dot file updates

This commit is contained in:
Mahesh Asolkar 2024-09-18 18:48:08 -07:00
parent ff4ad34194
commit 2158f65d7a
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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