Helix config
This commit is contained in:
parent
0774630ed0
commit
659d8e8128
2 changed files with 14 additions and 0 deletions
13
.config/helix/config.toml
Normal file
13
.config/helix/config.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
theme = "molokai"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
mouse = false
|
||||
|
||||
[editor.cursor-shape]
|
||||
insert = "bar"
|
||||
normal = "block"
|
||||
select = "underline"
|
||||
|
||||
[editor.file-picker]
|
||||
hidden = false
|
|
@ -23,6 +23,7 @@ hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'
|
|||
hash jmtpfs 2>/dev/null && alias mount_android='jmtpfs "/media/android"'
|
||||
hash kitty 2>/dev/null && alias kitty_ssh='kitty +kitten ssh'
|
||||
hash nvim 2>/dev/null && alias vim='nvim'
|
||||
hash helix 2>/dev/null && alias hx='helix'
|
||||
|
||||
if hash dig 2>/dev/null; then
|
||||
istheinternetonfire() {
|
||||
|
|
Loading…
Reference in a new issue