funny update
This commit is contained in:
parent
d32515c5d3
commit
7c912edfd5
3 changed files with 5 additions and 1 deletions
|
@ -69,6 +69,7 @@ set -x TZ_LIST "Europe/Berlin;Berlin,America/New_York;US East,America/Los_Angele
|
||||||
|
|
||||||
# General Aliases
|
# General Aliases
|
||||||
alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish"
|
alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish"
|
||||||
|
alias getsshkey "cat ~/.ssh/id_ed25519.pub -p --color never"
|
||||||
alias j "z"
|
alias j "z"
|
||||||
alias cat "bat"
|
alias cat "bat"
|
||||||
alias c "cargo"
|
alias c "cargo"
|
||||||
|
|
|
@ -35,6 +35,9 @@
|
||||||
(add-hook 'typescript-mode-hook 'prettier-js-mode)
|
(add-hook 'typescript-mode-hook 'prettier-js-mode)
|
||||||
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
|
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
|
||||||
|
|
||||||
|
;; Add prolog support for .dl files
|
||||||
|
(add-to-list 'auto-mode-alist '("\\.dl\\'" . prolog-mode))
|
||||||
|
|
||||||
;; Enable Mercurial support for git-gutter
|
;; Enable Mercurial support for git-gutter
|
||||||
(setq git-gutter:handled-backends '(git hg))
|
(setq git-gutter:handled-backends '(git hg))
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
;;beancount ; mind the GAAP
|
;;beancount ; mind the GAAP
|
||||||
;;cc ; C > C++ == 1
|
;;cc ; C > C++ == 1
|
||||||
;;clojure ; java with a lisp
|
;;clojure ; java with a lisp
|
||||||
;;common-lisp ; if you've seen one lisp, you've seen them all
|
common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
;;coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
;;crystal ; ruby at the speed of c
|
;;crystal ; ruby at the speed of c
|
||||||
;;csharp ; unity, .NET, and mono shenanigans
|
;;csharp ; unity, .NET, and mono shenanigans
|
||||||
|
|
Loading…
Add table
Reference in a new issue