fish: override username in termux
This commit is contained in:
@ -3,6 +3,10 @@ set -x GPG_TTY (tty)
|
|||||||
set -x BROWSER firefox
|
set -x BROWSER firefox
|
||||||
set -x EDITOR nvim
|
set -x EDITOR nvim
|
||||||
|
|
||||||
|
{% if username == "u0_a213" %}
|
||||||
|
set -x USER hulthe
|
||||||
|
{% end %}
|
||||||
|
|
||||||
# misc abbrs
|
# misc abbrs
|
||||||
abbr --add e $EDITOR
|
abbr --add e $EDITOR
|
||||||
abbr --add bt bluetoothctl
|
abbr --add bt bluetoothctl
|
||||||
@ -128,6 +128,7 @@ autocmd BufNewFile,BufRead *.hbs set syntax=html
|
|||||||
autocmd BufNewFile,BufRead *.vim.tpl set syntax=vim
|
autocmd BufNewFile,BufRead *.vim.tpl set syntax=vim
|
||||||
autocmd BufNewFile,BufRead *.yml.tpl set syntax=yaml
|
autocmd BufNewFile,BufRead *.yml.tpl set syntax=yaml
|
||||||
autocmd BufNewFile,BufRead *.toml.tpl set syntax=toml
|
autocmd BufNewFile,BufRead *.toml.tpl set syntax=toml
|
||||||
|
autocmd BufNewFile,BufRead *.fish.tpl set syntax=fish
|
||||||
|
|
||||||
" Rust syntax highlighting for rust-ish files
|
" Rust syntax highlighting for rust-ish files
|
||||||
autocmd BufNewFile,BufRead *.ron set syntax=rust
|
autocmd BufNewFile,BufRead *.ron set syntax=rust
|
||||||
|
|||||||
Reference in New Issue
Block a user