maint: back to macports
This commit is contained in:
parent
1b74b7beec
commit
85d491cf64
4 changed files with 20 additions and 10 deletions
|
@ -74,11 +74,15 @@ typeset -gU cdpath fpath mailpath path
|
|||
|
||||
# Set the list of directories that Zsh searches for programs.
|
||||
path=(
|
||||
$path
|
||||
|
||||
# miniconda
|
||||
/opt/miniconda3/bin
|
||||
|
||||
# macports
|
||||
/opt/local/bin
|
||||
/opt/local/sbin
|
||||
|
||||
$path
|
||||
|
||||
# npm
|
||||
$HOME/.npm-packages/bin
|
||||
|
||||
|
|
|
@ -21,9 +21,6 @@ alias greg="grep"
|
|||
|
||||
BASE16_SHELL=$HOME/.config/base16-shell/
|
||||
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
|
||||
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
|
||||
source $HOME/.nix-profile/etc/profile.d/nix.sh;
|
||||
fi
|
||||
|
||||
# Backup shortcuts (borrowed parts from https://github.com/laurent22/rsync-time-backup
|
||||
function prune_backups() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue