feat: Update conf
This commit is contained in:
@@ -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,9 +10,9 @@ 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" }
|
||||
|
||||
12
.zshrc
12
.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
|
||||
|
||||
Reference in New Issue
Block a user