mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Update
This commit is contained in:
parent
aa6d66e40c
commit
1a3c8e1c9e
7 changed files with 13 additions and 8 deletions
|
@ -53,7 +53,7 @@ function __bun_complete_bins_scripts --inherit-variable bun_builtin_cmds_without
|
|||
# Scripts have descriptions appended with a tab separator.
|
||||
# Strip off descriptions for the purposes of subcommand testing.
|
||||
set -l scripts (__fish__get_bun_scripts)
|
||||
if __fish_seen_subcommand_from $(string split \t -f 1 -- $scripts)
|
||||
if __fish_seen_subcommand_from (string split \t -f 1 -- $scripts)
|
||||
return
|
||||
end
|
||||
# Emit scripts.
|
||||
|
|
|
@ -69,8 +69,6 @@ if status is-interactive
|
|||
# unset
|
||||
alias unset 'set --erase'
|
||||
|
||||
# adb
|
||||
alias adb='HOME="$XDG_DATA_HOME"/android adb'
|
||||
|
||||
function nnn_cd
|
||||
if test -n "$NNN_PIPE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue