1
0
mirror of https://github.com/Luzifer/termux-cfg.git synced 2024-09-19 01:02:55 +00:00
termux-cfg/.bashrc

10 lines
363 B
Bash
Raw Normal View History

2019-10-19 18:12:22 +00:00
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'