bad gitignore, dont let me include my file :(
This commit is contained in:
parent
e33695df5f
commit
8b83502ad1
|
@ -19,7 +19,6 @@
|
||||||
!.zsh
|
!.zsh
|
||||||
!.zsh/**
|
!.zsh/**
|
||||||
!.tmux.conf
|
!.tmux.conf
|
||||||
!.gitconfig
|
|
||||||
!.local/fzf
|
!.local/fzf
|
||||||
!.local/fzf/**
|
!.local/fzf/**
|
||||||
!.local/nvim
|
!.local/nvim
|
||||||
|
@ -28,5 +27,6 @@
|
||||||
!.local/share/nvim/**
|
!.local/share/nvim/**
|
||||||
!.terminfo
|
!.terminfo
|
||||||
!.terminfo/**
|
!.terminfo/**
|
||||||
|
|
||||||
|
# except except
|
||||||
.config/btop/btop.log
|
.config/btop/btop.log
|
||||||
.gitconfig
|
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -2,7 +2,7 @@
|
||||||
source "$HOME/.zprofile"
|
source "$HOME/.zprofile"
|
||||||
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.
|
||||||
|
|
Loading…
Reference in New Issue