Update .zshrc

Change attributes of .config/zellij/config.kdl
This commit is contained in:
Kasper Juul Hermansen 2023-07-25 14:53:14 +02:00
parent 5b9b3b4d6c
commit 1df1c2c972
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 5 additions and 2 deletions

View File

@ -277,8 +277,11 @@ theme "dracula"
// Examples:
//
// copy_command "xclip -selection clipboard" // x11
// copy_command "wl-copy" // wayland
{{ if (eq .display "wayland") }}
copy_command "wl-copy" // wayland
{{ else }}
copy_command "pbcopy" // osx
{{ end }}
// Choose the destination for copied text
// Allows using the primary selection buffer (on x11/wayland) instead of the system clipboard.

View File

@ -39,7 +39,7 @@ export BITEME_ROOT="$HOME/Documents/vaults/kjuulh"
alias devshuttle="$HOME/go/bin/shuttle"
alias kitty="kitty --config ~/.config/kitty/kitty.conf"
alias lg="lazygit"
alias hx="helix"
export LW_DEFAULT_THEME='false'
export EDITOR=hx