mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
update shebangs
This commit is contained in:
parent
85dbf8efe6
commit
682ae85d81
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
alias '$'=''
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
export LANG="en_US.UTF-8"
|
||||
export LC_ALL="$LANG"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
is_linux() {
|
||||
[[ $OSTYPE == linux* ]]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
find_oh_my_zsh() {
|
||||
for prefix in "$HOME/." "/usr/share/" "/usr/local/share/"; do
|
||||
|
|
2
path.zsh
2
path.zsh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
prepend() { eval "export $1=\"$2:\$$1\""; }
|
||||
append() { eval "export $1=\"\$$1:$2\""; }
|
||||
|
|
2
zlogin
2
zlogin
|
@ -1 +1 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
|
2
zshrc
2
zshrc
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
find_dotfiles_dir() {
|
||||
export DOTFILES_DIR
|
||||
|
|
Loading…
Reference in a new issue