mirror of
https://github.com/Luzifer/termux-cfg.git
synced 2024-11-08 14:30:00 +00:00
9 lines
363 B
Bash
9 lines
363 B
Bash
PS1="\u:\w\$ "
|
|
|
|
export EDITOR="/data/data/com.termux/files/usr/bin/nvim"
|
|
export PATH="/data/data/com.termux/files/home/bin:${PATH}"
|
|
|
|
alias ls='exa'
|
|
alias serve='gziphttp --serve-dir /storage/emulated/0/public --listen :8080'
|
|
alias tconf='git --git-dir /data/data/com.termux/files/home/.termux_config --work-tree /data/data/com.termux/files/home'
|
|
alias vim='nvim'
|