Files
patronageos/config/settings/skel/bashrc
Matt Knoop d26067b2fa additional bash programming to support a json configuration file.
still working on kernel options for proper networking.
2026-01-05 15:05:11 -07:00

9 lines
92 B
Bash

# ~/.bashrc
# Custom aliases
alias la='ls -la'
# Set a custom prompt
PS1="[\u@\h \W]\$ "