Compare commits
No commits in common. "d96f9685106966e0778912c205f4ce2473cb7d6c" and "8eddf013865c371f33bdc486d225345cbc7306ac" have entirely different histories.
d96f968510
...
8eddf01386
@ -1,7 +1,5 @@
|
||||
# https://man.sr.ht/~rjarry/aerc/integrations/password-manager.md
|
||||
|
||||
echo "Waiting for you to open the password manager..." > /dev/tty
|
||||
|
||||
secret-tool lookup "$1" "$2"
|
||||
# wait until the password is available
|
||||
while [ $? != 0 ]; do
|
||||
|
@ -51,13 +51,8 @@ function musrec
|
||||
end
|
||||
end
|
||||
|
||||
#
|
||||
# qutebrowser profiles
|
||||
#
|
||||
function discord; qutebrowser --basedir ~/.config/qbprof/dsc; end
|
||||
# listenbrainz
|
||||
function lstb; qutebrowser --basedir ~/.config/qbprof/lstb; end
|
||||
function work; qutebrowser --basedir ~/.config/qbprof/work; end
|
||||
# discord in chromium
|
||||
function discord; chromium --profile-directory="Profile 2" --app=https://app.discord.com & disown; exit; end
|
||||
|
||||
# git stuff
|
||||
abbr -a -- gs git status
|
||||
|
@ -1,11 +0,0 @@
|
||||
config.load_autoconfig(False)
|
||||
|
||||
c.input.mode_override = "passthrough"
|
||||
c.statusbar.show = "never"
|
||||
c.tabs.show = "multiple"
|
||||
c.bindings.default["passthrough"] = {}
|
||||
c.bindings.commands["passthrough"] = {
|
||||
"<ctrl-escape>": "mode-leave"
|
||||
}
|
||||
|
||||
c.url.start_pages = "https://app.discord.com"
|
@ -1,12 +0,0 @@
|
||||
config.load_autoconfig(False)
|
||||
|
||||
c.input.mode_override = "passthrough"
|
||||
c.statusbar.show = "never"
|
||||
c.tabs.show = "multiple"
|
||||
c.bindings.default["passthrough"] = {}
|
||||
c.bindings.commands["passthrough"] = {
|
||||
"<ctrl-escape>": "mode-leave"
|
||||
}
|
||||
|
||||
c.auto_save.session = True
|
||||
c.url.start_pages = "https://listenbrainz.org/"
|
@ -1,4 +0,0 @@
|
||||
config.load_autoconfig(False)
|
||||
|
||||
c.statusbar.show = "in-mode"
|
||||
c.tabs.show = "multiple"
|
@ -30,8 +30,6 @@ export TERMINFO="$XDG_DATA_HOME"/terminfo
|
||||
export TERMINFO_DIRS="$XDG_DATA_HOME"/terminfo:/usr/share/terminfo
|
||||
# go
|
||||
export GOPATH="$XDG_DATA_HOME"/go
|
||||
# cargo
|
||||
export CARGI_HOME="$XDG_DATA_HOME/cargo"
|
||||
# npm
|
||||
export npm_config_userconfig=$XDG_CONFIG_HOME/npm/config
|
||||
export npm_config_cache=$XDG_CACHE_HOME/npm
|
||||
|
Loading…
x
Reference in New Issue
Block a user