bad gitignore, dont let me include my file :(
This commit is contained in:
parent
e33695df5f
commit
8b83502ad1
|
@ -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
2
.zshrc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue