mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Switch from leap to flash.nvim and add biome to ALE config
This commit is contained in:
parent
7d9a714495
commit
4d4e715cb1
5 changed files with 37 additions and 20 deletions
|
|
@ -14,6 +14,7 @@ function define_aliases -a uname -d 'Defines aliases for commonly used commands'
|
|||
alias bb 'bun --bun'
|
||||
alias pn pnpm
|
||||
alias nv 'neovide --fork; and clear'
|
||||
alias hx helix
|
||||
|
||||
switch "$uname"
|
||||
case Linux
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
function ssh_agent_startup -d 'Start ssh agent and set env vars'
|
||||
if test -z "$SSH_AUTH_SOCK"; and test -z "$SSH_AGENT_PID"
|
||||
if test -z "$SSH_AUTH_SOCK"; and test -z "$SSH_AGENT_PID"; and test -z "$SSH_CLIENT"
|
||||
eval (ssh-agent -c) >/dev/null 2>&1
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue