Skip to content

knightfall-cs/termux-bashrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

termux-bashrc

Custom termux bash.bashrc file with preset aliases and terminal splash screen.

IMG_20221205_112842

Installation:

  1. Clone the repository.
cd $HOME && git clone https://github.com/knightfall-cs/termux-bashrc.git
  1. Backup your current .bashrc file.
cd /data/data/com.termux/files/usr/etc && cp -v bash.bashrc $HOME/termux-bashrc/backup/ && cd -
  1. Copy the bash.bashrc file to your .../usr/etc directory.
cd termux-bashrc && cp bash.bashrc /data/data/com.termux/files/usr/etc && exit
  1. Done. Now restart Termux.

Usage:

  • Type edit-bashrc to edit and view the file.
  • You can change username and default editor by changing variables in # Global.
  • You can also customize prompt color scheme and symbol by changing preferred variables in # Prompt.

Author: KNIGHTFALL

About

Custom termux bash.bashrc file with preset aliases and terminal splash screen.

Topics

Resources

Stars

Watchers

Forks