Compare commits
3 commits
23086828d3
...
2ecdb81f62
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ecdb81f62 | |||
| 53f2c49385 | |||
| 77ead6a618 |
5 changed files with 2 additions and 10 deletions
|
|
@ -5,8 +5,6 @@ from typing import cast
|
||||||
from qutebrowser.config.config import ConfigContainer # noqa: F401
|
from qutebrowser.config.config import ConfigContainer # noqa: F401
|
||||||
from qutebrowser.config.configfiles import ConfigAPI
|
from qutebrowser.config.configfiles import ConfigAPI
|
||||||
|
|
||||||
from freedirect.freedirect import Redirects
|
|
||||||
|
|
||||||
config: ConfigAPI = cast(ConfigAPI, config) # noqa: F821 pylint: disable=E0602,C0103
|
config: ConfigAPI = cast(ConfigAPI, config) # noqa: F821 pylint: disable=E0602,C0103
|
||||||
c: ConfigContainer = cast(ConfigContainer, c) # noqa: F821 pylint: disable=E0602,C0103
|
c: ConfigContainer = cast(ConfigContainer, c) # noqa: F821 pylint: disable=E0602,C0103
|
||||||
|
|
||||||
|
|
@ -61,9 +59,7 @@ config.source("alias.py")
|
||||||
config.source("maps.py")
|
config.source("maps.py")
|
||||||
config.source("content.py")
|
config.source("content.py")
|
||||||
config.source("searchengines.py")
|
config.source("searchengines.py")
|
||||||
|
config.source("fossredirect.py")
|
||||||
_ = Redirects()
|
|
||||||
|
|
||||||
|
|
||||||
# Tab-Bar
|
# Tab-Bar
|
||||||
# have tab bar on the right, not on the top
|
# have tab bar on the right, not on the top
|
||||||
|
|
|
||||||
|
|
@ -58,14 +58,10 @@ jloof() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# show branches (i.e. head commits) w a couple previous commits
|
# show branches (i.e. head commits) w a couple previous commits
|
||||||
alias jh="jj log -r 'ancestors(heads(all()), 3)'"
|
alias jb="jj log -r 'ancestors(heads(all()), 3)'"
|
||||||
|
|
||||||
alias jrb="jj rebase"
|
alias jrb="jj rebase"
|
||||||
|
|
||||||
# 'branching' bookmark work
|
|
||||||
alias jb="jj bookmark"
|
|
||||||
alias jbm="jj bookmark set main"
|
|
||||||
|
|
||||||
# remote work
|
# remote work
|
||||||
alias jrv="jj git remote list"
|
alias jrv="jj git remote list"
|
||||||
alias jp="jj git push"
|
alias jp="jj git push"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue