Files
xodo-frontend/.bashrc
2026-02-22 13:31:17 +01:00

13 lines
182 B
Bash
Executable File

# .bashrc
if [ -f /etc/bashrc/bashrc ]; then
. /etc/bashrc/bashrc
fi
if [ -f ~/.python_version ]; then
. ~/.python_version
fi
# User specific aliases and functions
umask 007