mirror of
https://github.com/pgrondek/config.git
synced 2024-11-22 20:13:43 +00:00
15 lines
238 B
Bash
15 lines
238 B
Bash
|
# This file is copy from repo config
|
||
|
# To define local only aliases use ~/.bash_aliases2
|
||
|
|
||
|
alias ll='ls -AlFh'
|
||
|
alias la='ls -A'
|
||
|
alias l='ls -CF'
|
||
|
|
||
|
alias home='cd ~'
|
||
|
alias root='cd /'
|
||
|
|
||
|
alias q=exit
|
||
|
alias open=xdg-open
|
||
|
|
||
|
alias jar='java -jar'
|