mint #1
This commit is contained in:
parent
81fb6154e2
commit
e41e49db25
4
.zshrc
4
.zshrc
|
@ -6,11 +6,12 @@ export editor=nvim
|
||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
|
export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S\ncpu\t%P'
|
||||||
export ZSH=$HOME/.zsh
|
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
|
# cb would have to open every 2 seconds and steal
|
||||||
# focus. This sucks, so I will have to disable GUI
|
# focus. This sucks, so I will have to disable GUI
|
||||||
# integration (yes that means ctrl+v) for now.
|
# integration (yes that means ctrl+v) for now.
|
||||||
#
|
#
|
||||||
|
# For wayland, set this to `1`
|
||||||
# see https://github.com/Slackadays/Clipboard/issues/171
|
# see https://github.com/Slackadays/Clipboard/issues/171
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,6 +32,7 @@ alias gls=/bin/ls
|
||||||
alias neorg='nvim -c "Neorg workspace $1"'
|
alias neorg='nvim -c "Neorg workspace $1"'
|
||||||
alias accon="HOST=$(hostname) conda activate"
|
alias accon="HOST=$(hostname) conda activate"
|
||||||
alias gotemp="cd $(mktemp -d)"
|
alias gotemp="cd $(mktemp -d)"
|
||||||
|
alias cb="flatpak run app.getclipboard.Clipboard"
|
||||||
|
|
||||||
### non standard aliases
|
### non standard aliases
|
||||||
if [ -f ~/.zsh_aliases ]; then
|
if [ -f ~/.zsh_aliases ]; then
|
||||||
|
|
Loading…
Reference in New Issue