Compare commits

..

No commits in common. "ba8d9dd36e8a628de1e366b4e63b3d4e2a43c19f" and "da85aae20ab3b1cb1575154955c3e2bd292b0989" have entirely different histories.

6 changed files with 5 additions and 19 deletions

View file

@ -1,2 +0,0 @@
[global]
hide_env_diff = true

View file

@ -3,7 +3,6 @@
"Visual Studio Code": "",
"vivaldi-stable": "󰖟",
"google-chrome": "",
"chromium-browser": "",
"LibreOffice": "",
"Geneious Prime": "󰚄",
"Firefox": "",

View file

@ -1,6 +1,5 @@
border-radius=5
font=monospace 10
height=500
# Colors
background-color=#1e1e2e

View file

@ -10,12 +10,5 @@ vim.opt.timeoutlen = 200
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
vim.g.zig_fmt_autosave = 0

View file

@ -53,5 +53,3 @@ UMI
conda
barcoding
Al'Khafaji
Zig
Roc

View file

@ -3,13 +3,12 @@
export EZA_COLORS="da=37"
export EZA_MIN_LUMINANCE=50
is-tty || alias eza="eza --icons"
alias ls='eza'
alias l='eza -lbF --git'
alias llm='eza -lbGd --git --sort=modified'
alias lx='eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale'
alias ls='eza --icons'
alias l='eza -lbF --git --icons'
alias llm='eza -lbGd --git --sort=modified --icons'
alias lx='eza -lbhHigUmuSa@ --time-style=long-iso --git --color-scale --icons'
alias lS='eza -1'
alias lt='eza --tree --level=2'
alias lt='eza --tree --level=2 --icons'
alias l.="eza -a | grep -E '^\.'"