Compare commits
No commits in common. "bdb93f86b5444aa3d7e6a2eb1f8c5dff33d07c4f" and "8ed6bda838ba94ffffbc80526f224a52a33260d7" have entirely different histories.
bdb93f86b5
...
8ed6bda838
@ -54,7 +54,7 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:config
|
:config
|
||||||
(evil-collection-replace-setup))
|
(evil-collection-occur-setup))
|
||||||
|
|
||||||
(use-package hideshow
|
(use-package hideshow
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
;; -*- lexical-binding: t; -*-
|
;; -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Icons!
|
|
||||||
(use-package all-the-icons)
|
|
||||||
|
|
||||||
;; A neat dashboard when you open Emacs
|
;; A neat dashboard when you open Emacs
|
||||||
(use-package dashboard
|
(use-package dashboard
|
||||||
:demand t
|
:demand t
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
typeset -U path
|
|
||||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
|
||||||
|
|
||||||
if [[ -f "/opt/homebrew/bin/brew" ]]; then
|
if [[ -f "/opt/homebrew/bin/brew" ]]; then
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
typeset -U path
|
||||||
|
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
||||||
|
|
||||||
export INFOPATH="$HOME/info:/opt/homebrew/share/info:"
|
export INFOPATH="$HOME/info:/opt/homebrew/share/info:"
|
||||||
|
|
||||||
export LEDGER_FILE="$HOME/journal.ledger"
|
export LEDGER_FILE="$HOME/journal.ledger"
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
typeset -U path
|
|
||||||
path=(~/bin ~/.local/bin ~/.gem/ruby/2.6.0/bin ~/go/bin /opt/local/bin /usr/local/opt/make/libexec/gnubin /opt/homebrew/opt/coreutils/libexec/gnubin $path)
|
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
|
Loading…
Reference in New Issue
Block a user