Compare commits
9 Commits
6034323fb9
...
3e6fdc7b9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e6fdc7b9d | ||
|
|
d2b7671987 | ||
|
|
2820b395c2 | ||
|
|
c5cd01cbc4 | ||
|
|
b4ab641fb7 | ||
|
|
d63711ed06 | ||
|
|
a6e37c95d7 | ||
|
|
b9ed91ed57 | ||
|
|
bc41c5ff77 |
@@ -10,8 +10,6 @@ hook global WinCreate .* %{
|
||||
hook global BufCreate .*\.templ %{ set buffer filetype templ }
|
||||
hook global BufCreate .*\.html.tmpl %{ set buffer filetype gotmpl }
|
||||
|
||||
hook global WinCreate ^[^*]+$ %{editorconfig-load}
|
||||
|
||||
# LOCAL
|
||||
|
||||
nop %sh{
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
/bin/zsh
|
||||
@@ -1,2 +0,0 @@
|
||||
#!/bin/sh
|
||||
PATH="$PATH:$HOME/.config/lazygit/bin" exec /usr/bin/lazygit "$@"
|
||||
@@ -11,6 +11,3 @@ gui:
|
||||
theme:
|
||||
selectedLineBgColor:
|
||||
- reverse
|
||||
|
||||
git:
|
||||
autoFetch: false
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
alias k=kak
|
||||
alias kc='kak -c "$(kak -l | fzf)"'
|
||||
alias kd='kak -s "$(printf %s $PWD | xargs basename)"'
|
||||
alias lg=lazygit
|
||||
alias z='cd $(fzf --walker dir --walker-root ~)'
|
||||
@@ -38,8 +38,6 @@ fi
|
||||
export GOPATH=~/.cache/go
|
||||
export GOBIN=~/.local/bin
|
||||
|
||||
export ENV=~/.ashrc
|
||||
|
||||
# start X or Hyprland at login
|
||||
if [ -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY" -a "$(tty)" = /dev/tty1 ]; then
|
||||
if which /usr/bin/sx > /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user