Change shebangs to /bin/bash
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
12d2034eb9
commit
9e4d613ed0
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# .zlogout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# .zprofile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# .zshrc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue