(bash) update .bashrc.zima
This commit is contained in:
parent
832b7e7618
commit
2901420626
1 changed files with 4 additions and 6 deletions
|
|
@ -112,12 +112,10 @@ sf() {
|
||||||
# fuzzy cd into specific folders
|
# fuzzy cd into specific folders
|
||||||
fcd() {
|
fcd() {
|
||||||
local selected_dir=$({
|
local selected_dir=$({
|
||||||
echo "$HOME/.config/asa"
|
|
||||||
echo "$HOME/.config/alacritty"
|
|
||||||
echo "$HOME/.cache"
|
|
||||||
echo "$HOME/.cache/asadesuka"
|
|
||||||
echo "$HOME/Documents/Obsidian Vault"
|
echo "$HOME/Documents/Obsidian Vault"
|
||||||
find "/mnt/md0/ghqrdd" -mindepth 2 -maxdepth 2 -type d
|
find "$HOME/.config" -maxdepth 1 -type d
|
||||||
|
find "$HOME/.cache" -maxdepth 1 -type d
|
||||||
|
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
||||||
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
||||||
} | fzf)
|
} | fzf)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue