mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
Add alias to bash config
This commit is contained in:
parent
256c414a9b
commit
958fd719c6
@ -75,6 +75,7 @@ fi
|
||||
alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
#alias cl='clear' # optional alias for the "clear" command
|
||||
|
||||
# TODO
|
||||
# Add an "alert" alias for long running commands. Use like so:
|
||||
@ -100,4 +101,4 @@ fi
|
||||
|
||||
# set orbital screen resolution to workaround shell quirks and avoid x11 or wayland fallback for applications in a orbital session
|
||||
export DISPLAY=/scheme/orbital/99.0
|
||||
export ORBITAL_DISPLAY=/scheme/orbital
|
||||
export ORBITAL_DISPLAY=/scheme/orbital
|
||||
Loading…
Reference in New Issue
Block a user