Update .zshrc
Change attributes of .config/zellij/config.kdl
This commit is contained in:
parent
5b9b3b4d6c
commit
1df1c2c972
@ -277,8 +277,11 @@ theme "dracula"
|
|||||||
// Examples:
|
// Examples:
|
||||||
//
|
//
|
||||||
// copy_command "xclip -selection clipboard" // x11
|
// 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
|
copy_command "pbcopy" // osx
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
// Choose the destination for copied text
|
// Choose the destination for copied text
|
||||||
// Allows using the primary selection buffer (on x11/wayland) instead of the system clipboard.
|
// Allows using the primary selection buffer (on x11/wayland) instead of the system clipboard.
|
@ -39,7 +39,7 @@ export BITEME_ROOT="$HOME/Documents/vaults/kjuulh"
|
|||||||
alias devshuttle="$HOME/go/bin/shuttle"
|
alias devshuttle="$HOME/go/bin/shuttle"
|
||||||
alias kitty="kitty --config ~/.config/kitty/kitty.conf"
|
alias kitty="kitty --config ~/.config/kitty/kitty.conf"
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
|
alias hx="helix"
|
||||||
export LW_DEFAULT_THEME='false'
|
export LW_DEFAULT_THEME='false'
|
||||||
|
|
||||||
export EDITOR=hx
|
export EDITOR=hx
|
||||||
|
Loading…
Reference in New Issue
Block a user