fish: override username in termux

This commit is contained in:
2021-08-10 12:27:59 +02:00
parent d5645e8479
commit 05321968e7
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,10 @@ set -x GPG_TTY (tty)
set -x BROWSER firefox
set -x EDITOR nvim
{% if username == "u0_a213" %}
set -x USER hulthe
{% end %}
# misc abbrs
abbr --add e $EDITOR
abbr --add bt bluetoothctl

View File

@ -128,6 +128,7 @@ autocmd BufNewFile,BufRead *.hbs set syntax=html
autocmd BufNewFile,BufRead *.vim.tpl set syntax=vim
autocmd BufNewFile,BufRead *.yml.tpl set syntax=yaml
autocmd BufNewFile,BufRead *.toml.tpl set syntax=toml
autocmd BufNewFile,BufRead *.fish.tpl set syntax=fish
" Rust syntax highlighting for rust-ish files
autocmd BufNewFile,BufRead *.ron set syntax=rust