Compare commits
2 commits
5eda785ca0
...
20ab00736c
| Author | SHA1 | Date | |
|---|---|---|---|
| 20ab00736c | |||
| f5ea8cddd8 |
2 changed files with 5 additions and 6 deletions
5
.config/ion/initrc
Normal file → Executable file
5
.config/ion/initrc
Normal file → Executable file
|
|
@ -16,8 +16,9 @@ alias 'd=docker'
|
|||
|
||||
## docker-compose
|
||||
alias 'dc=docker-compose'
|
||||
alias 'dcu=docker-compose up --detach --build'
|
||||
alias 'dcu=docker-compose up --detach --build && docker-compose logs --follow'
|
||||
alias 'dcb=docker-compose build'
|
||||
|
||||
alias 'dcd=docker-compose down'
|
||||
alias 'dcl=docker-compose logs'
|
||||
|
||||
|
|
@ -77,5 +78,3 @@ end
|
|||
# ! exists -s VIMRUNTIME
|
||||
# exec tmux
|
||||
# end
|
||||
|
||||
export IFTTT_API_KEY="cLqOLvCxg3xD_dAx52J2G1"
|
||||
|
|
|
|||
|
|
@ -126,9 +126,9 @@ blur-background-exclude = [
|
|||
];
|
||||
blur:
|
||||
{
|
||||
method = "dual_kawase";
|
||||
strength = 5;
|
||||
};
|
||||
method = "dual_kawase";
|
||||
strength = 5;
|
||||
}
|
||||
|
||||
#################################
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue