diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..b92989b --- /dev/null +++ b/.config/helix/config.toml @@ -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 diff --git a/.config/rodolphe/.aliases b/.config/rodolphe/.aliases index 5d575db..b7f8859 100644 --- a/.config/rodolphe/.aliases +++ b/.config/rodolphe/.aliases @@ -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() {