bad gitignore, dont let me include my file :(

This commit is contained in:
Christoph J. Scherr 2024-04-14 17:45:37 +02:00
parent e33695df5f
commit 8b83502ad1
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -19,7 +19,6 @@
!.zsh
!.zsh/**
!.tmux.conf
!.gitconfig
!.local/fzf
!.local/fzf/**
!.local/nvim
@ -28,5 +27,6 @@
!.local/share/nvim/**
!.terminfo
!.terminfo/**
# except except
.config/btop/btop.log
.gitconfig

2
.zshrc
View File

@ -2,7 +2,7 @@
source "$HOME/.zprofile"
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.