From 02048f803cd9c8e996a809648c0a131c74890d5e Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Sat, 2 Oct 2021 20:28:35 +0100 Subject: [PATCH] Regenerate dotfiles. --- .emacs.d/init.el | 2 +- .zshrc | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0e0d292..5b19c06 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -121,7 +121,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(nix-mode treemacs-projectile projectile paredit all-the-fonts doom-modeline rust-mode swipe spinner lsp-treemacs lsp-ivy lsp-ui lsp-mode counsel swiper ivy treemacs use-package monokai-pro-theme))) + '(treemacs-projectile projectile paredit all-the-fonts doom-modeline rust-mode swipe spinner lsp-treemacs lsp-ivy lsp-ui lsp-mode counsel swiper ivy treemacs use-package monokai-pro-theme))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/.zshrc b/.zshrc index 7452e46..92c2507 100644 --- a/.zshrc +++ b/.zshrc @@ -6,11 +6,6 @@ plugins=(git fzf zsh-autosuggestions) source $ZSH/oh-my-zsh.sh -# User configuration -export NVM_DIR="$HOME/.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 - export GOPATH="/home/gsimmer/Projects/go" export CARGOPATH="/home/gsimmer/.cargo/bin" export PATH="/home/gsimmer/.local/bin:$GOPATH/bin:$CARGOPATH:$PATH" @@ -28,5 +23,3 @@ fi if [ $(which rg) != 'rg not found' ]; then alias grep=rg fi -source /usr/share/nvm/init-nvm.sh -eval "$(pyenv init -)"