Remove files unused since the switch to Fresh

Bo Jeanes 2020-05-26 13:35:50 +10:00
parent f2bc9fe158
commit 7c0e2d78ae
5 changed files with 0 additions and 37 deletions

View File

@ -1,18 +0,0 @@
COMMON_SHELL_FILES="$SHELL_FILES/../common"
source "$SHELL_FILES/../path.sh"
source "$SHELL_FILES/../tmux.sh"
CDPATH=".:${HOME}"
if [ -d "$HOME/Code" ]; then
CDPATH="$CDPATH:$HOME/Code"
fi
source "$SHELL_FILES"/config.*sh
files=`ls -1 "$COMMON_SHELL_FILES"/*.sh "$SHELL_FILES"/lib/*.*sh`
for file in $files; do
source $file
done
[ -f "$HOME/.shellrc.local" ] && source "$HOME/.shellrc.local"

View File

@ -1 +0,0 @@
oh-my-zsh

View File

@ -1,2 +0,0 @@
export PATH="$HOME/.cargo/bin:$PATH"

View File

@ -1 +0,0 @@
skip_global_compinit=1

View File

@ -1,15 +0,0 @@
bindkey -e
CURRENT_SHELL="zsh"
SHELL_FILES="${$(readlink $HOME/.zshrc):h}"
DOT_FILES="${SHELL_FILES:h:h}"
source $DOT_FILES/shells/bootstrap.sh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
if type brew &>/dev/null; then
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
fi
if command fortune >/dev/null; then fortune oblique; fi