Skip to content

Commit

Permalink
zsh: direnv
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Feb 12, 2025
1 parent f107bac commit 92d1513
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .git_submodules/waybar-crypto
Submodule waybar-crypto added at 8e9eca
1 change: 1 addition & 0 deletions ulauncher/.config/ulauncher/user-themes/TokyoNight
Submodule TokyoNight added at 9502a0
9 changes: 4 additions & 5 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,19 @@ HIST_STAMPS="dd.mm.yyyy"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(gitfast node npm pip python sudo golang colorize cp systemd)
plugins=(gitfast node npm pip python sudo golang colorize cp systemd direnv)

# User configuration

eval "$(thefuck --alias)"
# You can use whatever you want as an alias, like for Mondays:
eval "$(thefuck --alias fuck)"

# shellcheck disable=SC1091
source $ZSH/oh-my-zsh.sh

# shellcheck disable=SC1091
source $HOME/.aliases

eval "$(thefuck --alias)"
eval "$(thefuck --alias fuck)"

# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
([[ ! -f ~/.p10k.zsh ]] && [[ ! -L ~/.p10k.zsh ]]) || source ~/.p10k.zsh

Expand Down

0 comments on commit 92d1513

Please sign in to comment.