Normalize indentation to spaces
This commit is contained in:
parent
ecd2f63c92
commit
b197b7e2bc
7 changed files with 60 additions and 59 deletions
|
|
@ -54,6 +54,7 @@ function cdll() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Show content of something, `ls` for dirs (and special files), `cat` for files
|
# Show content of something, `ls` for dirs (and special files), `cat` for files
|
||||||
|
# TODO: actually `highlight` for fancy colors
|
||||||
function lscat() {
|
function lscat() {
|
||||||
[[ $# -eq 0 ]] && ls -la && return
|
[[ $# -eq 0 ]] && ls -la && return
|
||||||
printnewline=""
|
printnewline=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue