update shebangs

This commit is contained in:
dmitmel 2018-06-15 16:43:04 +03:00
parent 85dbf8efe6
commit 682ae85d81
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh
alias '$'=''

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh
export LANG="en_US.UTF-8"
export LC_ALL="$LANG"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh
is_linux() {
[[ $OSTYPE == linux* ]]

View File

@ -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

View File

@ -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
View File

@ -1 +1 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh

2
zshrc
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh
find_dotfiles_dir() {
export DOTFILES_DIR