diff --git a/home/bin/emax b/home/bin/emax deleted file mode 100755 index 59a8036..0000000 --- a/home/bin/emax +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -APPS=/Applications -if [ -d "$APPS" ]; then - $(/Applications/Emacs.app/Contents/MacOS/Emacs "$@") & -fi diff --git a/home/bin/goland.sh b/home/bin/goland.sh deleted file mode 100755 index b8849ac..0000000 --- a/home/bin/goland.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -/bin/bash -l '/home/tyrel/src/GoLand-2019.3/bin/goland.sh' %f diff --git a/home/bin/pycharm.sh b/home/bin/pycharm.sh deleted file mode 100755 index 27d12e8..0000000 --- a/home/bin/pycharm.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -/bin/bash -l '/home/tyrel/src/pycharm-2017.3.7/bin/pycharm.sh' %f diff --git a/home/bin/rubymine.sh b/home/bin/rubymine.sh deleted file mode 100755 index 100d834..0000000 --- a/home/bin/rubymine.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -/bin/bash -l '/home/tyrel/src/RubyMine-2019.3/bin/rubymine.sh' %f diff --git a/home/bin/startemacs.sh b/home/bin/startemacs.sh deleted file mode 100755 index dac3447..0000000 --- a/home/bin/startemacs.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -emacsclient --create-frame --alternate-editor="" diff --git a/home/bin/update-neovim.sh b/home/bin/update-neovim.sh deleted file mode 100755 index b83bcfe..0000000 --- a/home/bin/update-neovim.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -sudo rm -rf /opt/nightlies/neovim -git clone https://github.com/neovim/neovim /opt/nightlies/neovim -cd /opt/nightlies/neovim -git checkout stable -make -j4 -sudo make install diff --git a/home/bin/vimv b/home/bin/vimv index 3c78afb..ee8cf03 100755 --- a/home/bin/vimv +++ b/home/bin/vimv @@ -11,7 +11,7 @@ trap '{ rm -f "${FILENAMES_FILE}" ; }' EXIT if [ $# -ne 0 ]; then src=( "$@" ) else - IFS=$'\r\n' GLOBIGNORE='*' command eval 'src=($(ls))' + IFS=$'\r\n' GLOBIGNORE='*' command eval 'src=($(/bin/ls))' fi for ((i=0;i<${#src[@]};++i)); do