fish: functions: Remove unused aliases
This commit is contained in:
parent
798cffa9f4
commit
1369f826cb
5 changed files with 0 additions and 21 deletions
|
@ -1,6 +0,0 @@
|
|||
function bo --description "Open a bookmark saved by qutebrowser"
|
||||
set url (cat ~/.config/qutebrowser/bookmarks/urls | fzf | awk -F" " '{print $1}')
|
||||
if test -n "$url"
|
||||
qutebrowser $url
|
||||
end
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function coqtop
|
||||
rlwrap coqtop $argv
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function fu
|
||||
fnm use
|
||||
end
|
|
@ -1,3 +0,0 @@
|
|||
function gn --wraps='nvim +Git +only' --description 'alias gn=nvim +Git +only'
|
||||
nvim +Git +only $argv
|
||||
end
|
|
@ -1,6 +0,0 @@
|
|||
function psmem --description 'Show memory usage of a process'
|
||||
set proc (ps -ef | fzf | awk '{print $2}')
|
||||
if test -n "$proc"
|
||||
ps_mem -p $proc
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue