Skip to content

Commit caafe8a

Browse files
committed
shellcheck more
1 parent ffa8869 commit caafe8a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.aliases

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# Easier navigation: .., ..., ~ and -
24
alias ..="cd .."
35
alias cd..="cd .."

.bash_prompt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# This prompt inspired by gf3, sindresorhus, alrra, and mathiasbynens.
24
# but customized to me. <3
35

.exports

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
13
# file is shared between bash and fish
24
# todo: place these near the thematically related stuff. grouping as .exports is dumb.
35

.github/workflows/shellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ jobs:
1010
- uses: ludeeus/action-shellcheck@master
1111
with:
1212
severity: error
13+
format: tty
14+
additional_files: .exports .functions .macos .aliases .bash_prompt .bash_profile .bashrc

0 commit comments

Comments
 (0)