mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Add ruby
This commit is contained in:
@@ -122,12 +122,14 @@ in {
|
||||
initExtra = ''
|
||||
export PATH=$PATH:~/.cargo/bin
|
||||
export PATH=$PATH:~/.local/bin
|
||||
export PATH=$PATH:~/.nodenv/bin
|
||||
export PATH=$PATH:~/go/bin
|
||||
export PAGER=less
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(_RFD_COMPLETE=source_zsh rfd)"
|
||||
eval "$(jira --completion-script-zsh)"
|
||||
eval "$(nodenv init -)"
|
||||
|
||||
setopt noincappendhistory
|
||||
pfetch
|
||||
|
Reference in New Issue
Block a user