mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
13 lines
165 B
Bash
13 lines
165 B
Bash
# SparkOS Root Shell Configuration
|
|
|
|
# Set prompt
|
|
PS1='SparkOS:\w# '
|
|
|
|
# Aliases
|
|
alias ll='ls -lah'
|
|
alias ..='cd ..'
|
|
|
|
# Environment
|
|
export EDITOR=vi
|
|
export PAGER=less
|