fzf-cd
This commit is contained in:
@@ -73,8 +73,9 @@ set -xU BROWSER "firefox"
|
||||
|
||||
set -xU FZF_DEFAULT_COMMAND "find ."
|
||||
|
||||
set -x PHONE_IP "192.168.0.12"
|
||||
set -x WORK_LAPTOP_IP "kmok@192.168.12.11"
|
||||
set -x PHONE_IP "192.168.0.18"
|
||||
set -x PIXEL_IP "192.168.0.12"
|
||||
set -x WORK_LAPTOP_IP "kmok@192.168.0.11"
|
||||
|
||||
{{ if eq .chezmoi.hostname "nzxt" }}
|
||||
set -x CALCURSE_CALDAV_PASSWORD (pass show technology/linux/baikal | head -n1)
|
||||
@@ -83,7 +84,7 @@ status --is-interactive; and source (pyenv init -|psub)
|
||||
{{ end }}
|
||||
|
||||
set -xU MINIKUBE_IP "http://192.168.49.2"
|
||||
set -xU LOCAL_KOGITO_SERVICE_PORT "32047"
|
||||
set -xU LOCAL_KOGITO_SERVICE_PORT "32000"
|
||||
set -xU LOCAL_KOGITO_SERVICE_URL "$MINIKUBE_IP:$LOCAL_KOGITO_SERVICE_PORT"
|
||||
|
||||
# ]]] universal var's #
|
||||
@@ -169,6 +170,7 @@ abbr ctr "systemctl-restart"
|
||||
abbr def "define"
|
||||
abbr ens "enable-site"
|
||||
abbr ev "evince-silent"
|
||||
abbr ff "fzf-cd"
|
||||
# abbr fbg "find-bg"
|
||||
abbr fr "fzf-ranger"
|
||||
abbr fv "fzf-vim"
|
||||
|
||||
4
dot_config/fish/functions/fzf-cd.fish
Normal file
4
dot_config/fish/functions/fzf-cd.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function fzf-cd
|
||||
set dir (fd -td | fzf)
|
||||
cd $dir
|
||||
end
|
||||
@@ -1,7 +1,7 @@
|
||||
audio.play_bitrate_non_metered_migrated=true
|
||||
audio.sync_bitrate_enumeration=4
|
||||
gaia.attached_device_id="6ca6cdc7bc677d43534460982c3a13959dd1939c"
|
||||
audio.crossfade_v2=true
|
||||
gaia.attached_device_id="fd447568264f74bbd9ff30a458c99a4b903a659c"
|
||||
audio.sync_bitrate_enumeration=4
|
||||
audio.play_bitrate_non_metered_migrated=true
|
||||
audio.play_bitrate_enumeration=4
|
||||
ui.hide_hpto=true
|
||||
ui.track_notifications_enabled=false
|
||||
|
||||
Reference in New Issue
Block a user