185 current 2024-03-25 10:01:12 24.05.20240316.c75037b 6.6.22 NVIDIA
This commit is contained in:
parent
153736fb07
commit
36663ed7fe
@ -1,9 +1,13 @@
|
|||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
# This is a small zellij project switcher
|
# This is a small zellij project switcher
|
||||||
#
|
#
|
||||||
# Please add additiones folders to the folders variable
|
# For defining project folders export the variable $PROJECT_FOLDERS in your favourite shell
|
||||||
|
# The folders should by delimited by a :
|
||||||
|
# Fish example: set -x PROJECT_FOLDERS ~/projects:~/Downloads/My Folder
|
||||||
|
|
||||||
set folders ~/projects
|
set -l IFS ':'
|
||||||
|
set folders (string split ':' -- $PROJECT_FOLDERS | string replace -r '^~' $HOME)
|
||||||
|
echo $folders
|
||||||
|
|
||||||
if count $argv > 1
|
if count $argv > 1
|
||||||
set selected $argv[1]
|
set selected $argv[1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user