alpha
Login
or
Join now
j3s.sh
/
dotfiles
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
my dotz
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
add -p to ls for funsies
author
Jes Olson
date
2 years ago
(Aug 6, 2023, 11:39 PM -0500)
commit
c4ed90b4
c4ed90b41f031ebef3da245dc2d7d96bdc6ce252
parent
aa4acf1e
aa4acf1e9d715da97367655d8cb87b11e4b2d760
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.rc
+1
-1
.rc
Reviewed
···
29
29
}
30
30
31
31
if ls --version 2>&1 | grep -iE "gnu|busybox" > /dev/null; then
32
32
-
alias ls='ls --color=auto '
32
32
+
alias ls='ls --color=auto -p '
33
33
fi
34
34
35
35
if [ -z "${SSH_AGENT_PID}" ]