mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-23 02:56:11 +00:00
chore: cleanup
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.config/nvm"
|
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.config/nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ export ZSHZ_DATA="$XDG_STATE_HOME/z"
|
|||||||
antigen bundle z
|
antigen bundle z
|
||||||
|
|
||||||
# these should be always available
|
# these should be always available
|
||||||
antigen bundle asdf
|
|
||||||
antigen bundle tmux
|
antigen bundle tmux
|
||||||
antigen bundle colored-man-pages
|
antigen bundle colored-man-pages
|
||||||
antigen bundle ssh-agent
|
antigen bundle ssh-agent
|
||||||
|
|||||||
Reference in New Issue
Block a user