mirror of https://github.com/bjeanes/dotfiles.git
Remove files unused since the switch to Fresh
parent
f2bc9fe158
commit
7c0e2d78ae
|
@ -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"
|
|
@ -1 +0,0 @@
|
|||
oh-my-zsh
|
|
@ -1,2 +0,0 @@
|
|||
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
|
@ -1 +0,0 @@
|
|||
skip_global_compinit=1
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue