1
0
mirror of https://github.com/Luzifer/termux-cfg.git synced 2024-09-16 16:08:24 +00:00
termux-cfg/.bashrc
2019-10-19 20:12:22 +02:00

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'