Thunar: add config
This commit is contained in:
parent
db92170190
commit
9689075b44
5 changed files with 175 additions and 0 deletions
10
scripts/_thunar-terminal
Executable file
10
scripts/_thunar-terminal
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
for path
|
||||
do
|
||||
test -f "$path" &&
|
||||
path=$(dirname "$path")
|
||||
|
||||
cd "$path"
|
||||
terminal
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue