Rename e to f
This commit is contained in:
parent
27c262d45d
commit
f30d0805aa
|
@ -7,7 +7,7 @@ GUI scripts for popular cli tools, based on dialog and fzf
|
|||
- `g` - for managing git repo
|
||||
- `s` - for managing systemd services
|
||||
- `r` - for running named commands from ~/.aliases.txt file
|
||||
- `e` - open `lf` file manager
|
||||
- `f` - open `lf` file manager
|
||||
- `lk` - listen for keys above (except `r`)
|
||||
|
||||
See [Screenshots](#screenshots) section
|
||||
|
|
|
@ -15,7 +15,7 @@ Description: GUI scripts
|
|||
EOL
|
||||
|
||||
|
||||
for script in a e g lk r s; do
|
||||
for script in a f g lk r s; do
|
||||
cp $script gui-scripts_$(cat VERSION)-1/usr/local/bin
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue