Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
minamarkham committed Jan 25, 2023
1 parent ce574bd commit 21ab84f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 59 deletions.
3 changes: 1 addition & 2 deletions dot_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ alias rm='rm -i'
# Directories
alias dotfiles="cd $DOTFILES"
alias library="cd $HOME/Library"
alias projects="cd $PROJECTS"
alias cupcake="cd $PROJECTS/@cupcake"
alias cupcake="cd $PROJECTS/@me/@cupcake"

# JS
alias nfresh="rm -rf node_modules/ package-lock.json && npm install"
Expand Down
44 changes: 0 additions & 44 deletions dot_company

This file was deleted.

26 changes: 13 additions & 13 deletions dot_zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

clear

export EDITOR=code
export EDITOR=nano
export VISUAL=$EDITOR
export DROPBOX=$HOME/Dropbox
export DOTFILES=$HOME/.dotfiles
Expand Down Expand Up @@ -39,10 +39,20 @@ if [[ ! -f ~/.zpm/zpm.zsh ]]; then
git clone --recursive https://github.com/zpm-zsh/zpm ~/.zpm
fi

if [[ ! -f ~/.company ]]; then
touch ~/.company
if [[ ! -f ~/.extra ]]; then
touch ~/.extra
fi

###############################################################################
# Load the shell dotfiles, and then some:
###############################################################################
source $HOME/.zpm/zpm.zsh
source $ZSH_DIR/yonce/yonce.zsh
source $HOME/.path
source $HOME/.aliases
source $HOME/.functions
source $HOME/.extra

###############################################################################
# PLUGINS && SUCH
###############################################################################
Expand All @@ -53,16 +63,6 @@ export NVM_DIR="$HOME/.nvm"

zpm load zpm-zsh/ls

###############################################################################
# Load the shell dotfiles, and then some:
###############################################################################
source $HOME/.zpm/zpm.zsh
source $ZSH_DIR/yonce/yonce.zsh
source $HOME/.path
source $HOME/.aliases
source $HOME/.functions
source $HOME/.company

###############################################################################
# AUTOMATICALLY ADDED / TO BE SORTED
###############################################################################

0 comments on commit 21ab84f

Please sign in to comment.