non important commit
This commit is contained in:
parent
cc398d5017
commit
06fa67954b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
sudo nixos-rebuild switch --flake .
|
sudo nixos-rebuild switch --flake .
|
||||||
}
|
}
|
||||||
|
|
||||||
def fzf-cd [] {
|
def --env fzf-cd [] {
|
||||||
let dir = (fd -t d -L . | fzf --reverse --height 40%)
|
let dir = (fd -t d -L . | fzf --reverse --height 40%)
|
||||||
if $dir != null and $dir != "" {
|
if $dir != null and $dir != "" {
|
||||||
cd $dir
|
cd $dir
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue