epitls_vm/profile/airootfs/root/content/home/.profile

11 lines
145 B
Bash

# variables and aliases from the user profile
# :variables
export PAGER=bat
export EDITOR=nano
# :aliases
alias ll="ls -l"
alias la="ls -al"