diff --git a/.alacritty.toml b/.alacritty.toml index 7397181..c5746d0 100644 --- a/.alacritty.toml +++ b/.alacritty.toml @@ -1,6 +1,7 @@ -import = [ - "~/.config/alacritty/themes/themes/hyper.toml" -] +import = ["~/.config/alacritty/themes/themes/hyper.toml"] + +[shell] +program = "/home/nathan/.local/bin/zellij" [env] TERM = "xterm-256color" @@ -9,12 +10,12 @@ shell = "zsh" [window] decorations = "none" -opacity = 0.5 +opacity = 1 blur = true -padding = { x = 10, y = 10 } +# padding = { x = 10, y = 10 } [font] normal = { family = "Fira Code", style = "Regular" } [selection] -save_to_clipboard = true \ No newline at end of file +save_to_clipboard = true diff --git a/.zshrc b/.zshrc index 75da5f5..e1f3ec6 100644 --- a/.zshrc +++ b/.zshrc @@ -136,8 +136,18 @@ eval "$(zoxide init --cmd cd zsh)" export HSD_API_KEY=30e7b7974d99c62b241a9daf3d4924a108515b03 alias z='zellij' +alias za='zellij attach' + +alias opacity='/home/nathan/scripts/opacity.sh' +alias op='/home/nathan/scripts/opacity.sh' +alias blur='/home/nathan/scripts/blur.sh' +alias music='/home/nathan/scripts/music.sh' + . "$HOME/.atuin/bin/env" -eval "$(atuin init zsh)" +eval "$(atuin init zsh --disable-up-arrow)" +# Bind CTRL+UP to atuin search +bindkey '^[[1;5A' atuin-up-search + fpath+=${ZDOTDIR:-~}/.zsh_functions