mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-16 11:57:23 +00:00
Change default FZF and Ack command; add webstorm func
This commit is contained in:
parent
c0ecbb99ee
commit
ee487f10a3
4 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
function goland
|
||||
open -a Goland .
|
||||
open -a Goland .
|
||||
end
|
||||
|
||||
|
|
|
|||
3
.config/fish/functions/webstorm.fish
Normal file
3
.config/fish/functions/webstorm.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function webstorm
|
||||
open -a Webstorm .
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue