This commit is contained in:
Christoph J. Scherr 2023-11-25 18:46:33 +01:00
parent 81fb6154e2
commit e41e49db25
1 changed files with 3 additions and 1 deletions

4
.zshrc
View File

@ -6,11 +6,12 @@ export editor=nvim
export XDG_CONFIG_HOME=~/.config
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
export ZSH=$HOME/.zsh
export CLIPBOARD_NOGUI=1 # wayland only allows GUI apps to use the clipboard.
export CLIPBOARD_NOGUI=0 # wayland only allows GUI apps to use the clipboard.
# cb would have to open every 2 seconds and steal
# focus. This sucks, so I will have to disable GUI
# integration (yes that means ctrl+v) for now.
#
# For wayland, set this to `1`
# see https://github.com/Slackadays/Clipboard/issues/171
@ -31,6 +32,7 @@ alias gls=/bin/ls
alias neorg='nvim -c "Neorg workspace $1"'
alias accon="HOST=$(hostname) conda activate"
alias gotemp="cd $(mktemp -d)"
alias cb="flatpak run app.getclipboard.Clipboard"
### non standard aliases
if [ -f ~/.zsh_aliases ]; then