Handled a particular error.
This commit is contained in:
parent
ace195d48e
commit
f8b8d73a9f
@ -83,7 +83,7 @@ tempdrive () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cd () {
|
cd () {
|
||||||
builtin cd "$@" && ls -a
|
builtin cd "$@" && exa -l
|
||||||
}
|
}
|
||||||
|
|
||||||
bk () {
|
bk () {
|
||||||
@ -100,7 +100,7 @@ md () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function whatcom() {
|
function whatcom() {
|
||||||
curl --silent --fail https://whatthecommit.com/index.txt
|
curl whatthecommit.com/index.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
teatimer() {
|
teatimer() {
|
||||||
|
Loading…
Reference in New Issue
Block a user