mirror of
https://github.com/Luzifer/termux-cfg.git
synced 2024-11-08 06:20:00 +00:00
10 lines
363 B
Bash
10 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'
|