Directly from CLI
alias x='exit'
funcsave x
or create a file in
~/.config/fish/functions
with name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class AutomaticDripCoffeeMaker extends BaseCoffeeMaker { | |
public AutomaticDropCoffeeMaker() { | |
super(); | |
} | |
public void scheduleBrew() { | |
// schedules a call to #brew() | |
} | |
NewerOlder