Compare commits

..

No commits in common. "cdd85fac63407f6c5631c9c9a079864af2df984b" and "e4581635db0dfdf7094426fb26b788ae3f7f47d4" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View file

@ -2,9 +2,9 @@ ulimit -c unlimited
export PNPM_HOME="$HOME/.local/share/pnpm" export PNPM_HOME="$HOME/.local/share/pnpm"
fish_add_path --prepend --path --global "$HOME/.local/bin" export PATH="$HOME/.local/bin:$PATH"
fish_add_path --prepend --path --global "$HOME/go/bin" export PATH="$HOME/go/bin:$PATH"
fish_add_path --prepend --path --global "$PNPM_HOME" export PATH="$PNPM_HOME:$PATH"
export ZEIT_DB=~/Sync/zeit.db export ZEIT_DB=~/Sync/zeit.db

View file

@ -1,4 +0,0 @@
function doas --description 'alias doas=doas'
set -x PATH "/sbin:/usr/sbin:$PATH"
command doas $argv;
end