[vim] go support

This commit is contained in:
2025-03-09 21:01:58 +03:00
parent f8deaa5f64
commit db287b99f2
3 changed files with 5 additions and 2 deletions

View File

@@ -1,2 +1,4 @@
alias l="ls -lah"
alias lg="LANG=en_US-UTF-8 lazygit"
alias v="vim"
alias n="nvim"

View File

@@ -1,6 +1,7 @@
source ~/.dotfiles/git/git-prompt.sh
source ~/.dotfiles/shell/alias.sh
PROMPT_COMMAND='PS1_CMD1=$(__git_ps1 " [%s]")'; PS1='\[\e[38;5;117m\]\u\[\e[0m\] \w${PS1_CMD1}\$ '
PATH="$PATH:~/go/bin"
#
# tmux history preservation