Compare commits
No commits in common. "ba8d9dd36e8a628de1e366b4e63b3d4e2a43c19f" and "da85aae20ab3b1cb1575154955c3e2bd292b0989" have entirely different histories.
ba8d9dd36e
...
da85aae20a
6 changed files with 5 additions and 19 deletions
|
@ -1,2 +0,0 @@
|
||||||
[global]
|
|
||||||
hide_env_diff = true
|
|
|
@ -3,7 +3,6 @@
|
||||||
"Visual Studio Code": "",
|
"Visual Studio Code": "",
|
||||||
"vivaldi-stable": "",
|
"vivaldi-stable": "",
|
||||||
"google-chrome": "",
|
"google-chrome": "",
|
||||||
"chromium-browser": "",
|
|
||||||
"LibreOffice": "",
|
"LibreOffice": "",
|
||||||
"Geneious Prime": "",
|
"Geneious Prime": "",
|
||||||
"Firefox": "",
|
"Firefox": "",
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
border-radius=5
|
border-radius=5
|
||||||
font=monospace 10
|
font=monospace 10
|
||||||
height=500
|
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
background-color=#1e1e2e
|
background-color=#1e1e2e
|
||||||
|
|
|
@ -10,12 +10,5 @@ vim.opt.timeoutlen = 200
|
||||||
|
|
||||||
vim.g.autoformat = false
|
vim.g.autoformat = false
|
||||||
|
|
||||||
|
|
||||||
-- make .roc files have the correct filetype
|
|
||||||
vim.api.nvim_create_autocmd({ "BufEnter", "BufWinEnter" }, {
|
|
||||||
pattern = { "*.roc" },
|
|
||||||
command = "set filetype=roc",
|
|
||||||
})
|
|
||||||
|
|
||||||
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
|
-- https://github.com/ziglang/zig.vim/issues/51#issuecomment-1637180522
|
||||||
vim.g.zig_fmt_autosave = 0
|
vim.g.zig_fmt_autosave = 0
|
||||||
|
|
|
@ -53,5 +53,3 @@ UMI
|
||||||
conda
|
conda
|
||||||
barcoding
|
barcoding
|
||||||
Al'Khafaji
|
Al'Khafaji
|
||||||
Zig
|
|
||||||
Roc
|
|
||||||
|
|
|
@ -3,13 +3,12 @@
|
||||||
export EZA_COLORS="da=37"
|
export EZA_COLORS="da=37"
|
||||||
export EZA_MIN_LUMINANCE=50
|
export EZA_MIN_LUMINANCE=50
|
||||||
|
|
||||||
is-tty || alias eza="eza --icons"
|
alias ls='eza --icons'
|
||||||
alias ls='eza'
|
alias l='eza -lbF --git --icons'
|
||||||
alias l='eza -lbF --git'
|
alias llm='eza -lbGd --git --sort=modified --icons'
|
||||||
alias llm='eza -lbGd --git --sort=modified'
|
alias lx='eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale --icons'
|
||||||
alias lx='eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale'
|
|
||||||
|
|
||||||
alias lS='eza -1'
|
alias lS='eza -1'
|
||||||
alias lt='eza --tree --level=2'
|
alias lt='eza --tree --level=2 --icons'
|
||||||
alias l.="eza -a | grep -E '^\.'"
|
alias l.="eza -a | grep -E '^\.'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue