diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-21 17:29:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-21 17:29:45 -0600 |
| commit | 4136df585de4f9e747f3c57992081dc175fee13a (patch) | |
| tree | 192c7937a40b96c46a0af83d24606a0591155c3e /dotfiles/system/.zshrc | |
| parent | cb07ee48d6944d6cdbcfafcf1d98a1ac46e3a1ae (diff) | |
fix(dotfiles): update for ratio desktop
- Set Xresources DPI to 109 for ultrawide monitor
- Remove deno environment setup (no longer using)
Diffstat (limited to 'dotfiles/system/.zshrc')
| -rw-r--r-- | dotfiles/system/.zshrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dotfiles/system/.zshrc b/dotfiles/system/.zshrc index 7050fae..413d8b8 100644 --- a/dotfiles/system/.zshrc +++ b/dotfiles/system/.zshrc @@ -1,5 +1,3 @@ -# Add deno completions to search path -if [[ ":$FPATH:" != *":/home/cjennings/.zsh/completions:"* ]]; then export FPATH="/home/cjennings/.zsh/completions:$FPATH"; fi # source appropriate dotfiles if they exist [ -f ~/.profile ] && source ~/.profile [ -f ~/.secrets ] && source ~/.secrets @@ -178,5 +176,4 @@ eval "$(zoxide init zsh)" [[ -f /home/cjennings/.config/.dart-cli-completion/zsh-config.zsh ]] && . /home/cjennings/.config/.dart-cli-completion/zsh-config.zsh || true ## [/Completion] -ulimit -c unlimited -. "/home/cjennings/.deno/env"
\ No newline at end of file +ulimit -c unlimited
\ No newline at end of file |
