mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
changes
This commit is contained in:
@@ -2,12 +2,15 @@ local wezterm = require("wezterm")
|
||||
|
||||
return {
|
||||
-- window_background_opacity = 1,
|
||||
window_background_opacity = 1,
|
||||
window_background_opacity = 0.95,
|
||||
macos_window_background_blur = 10,
|
||||
window_decorations = "RESIZE",
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
font = wezterm.font("Iosevka NFP", { weight = "DemiBold", stretch = "Normal", style = "Normal" }),
|
||||
font_size = 14,
|
||||
freetype_load_target = "Light",
|
||||
freetype_render_target = "Normal",
|
||||
freetype_load_flags = "DEFAULT",
|
||||
freetype_render_target = "Light",
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
inactive_pane_hsb = {
|
||||
hue = 5.0,
|
||||
|
||||
@@ -7,3 +7,5 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
|
||||
zstyle ':completion:*' menu no
|
||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'eza -1 --color=always $realpath'
|
||||
zstyle ':fzf-tab:*' switch-group '<' '>'
|
||||
|
||||
LESSOPEN="|/opt/homebrew/bin/lesspipe.sh %s"; export LESSOPEN
|
||||
|
||||
@@ -15,7 +15,7 @@ function p () {
|
||||
}
|
||||
|
||||
alias pl="p -l"
|
||||
alias jqp="jq . | p -l json"
|
||||
alias yqp="yq . | p -l yaml"
|
||||
# alias jqp="jq . | p -l json"
|
||||
#alias yqp="yq . | p -l yaml"
|
||||
alias pjq="jq . | p -l json"
|
||||
alias pyq="yq . | p -l yaml"
|
||||
|
||||
1
.config/zsh/zoxide.zsh
Normal file
1
.config/zsh/zoxide.zsh
Normal file
@@ -0,0 +1 @@
|
||||
alias cd=z
|
||||
Reference in New Issue
Block a user