qutebrowser: Own file
This commit is contained in:
parent
597b50ebef
commit
ecc6cb983d
21 changed files with 103 additions and 95 deletions
|
@ -63,8 +63,11 @@ in
|
|||
# TODO Maybe we can do something about node-gyp
|
||||
];
|
||||
commonShellAliases = {
|
||||
# Completion for existing commands
|
||||
# Replacement commands
|
||||
ls = "lsd";
|
||||
cat = "bat -pp";
|
||||
|
||||
# Completion for existing commands
|
||||
mkdir = "mkdir -v";
|
||||
# cp = "cp -i"; # Disabled because conflicts with the ZSH/Bash one. This separation is confusing I swear.
|
||||
mv = "mv -iv";
|
||||
|
@ -76,6 +79,7 @@ in
|
|||
numbat = "numbat --intro-banner off";
|
||||
insect = "numbat";
|
||||
ipython = "ipython --no-confirm-exit --pdb";
|
||||
bat = "bat -A";
|
||||
|
||||
# Frequent mistakes
|
||||
sl = "ls";
|
||||
|
@ -525,7 +529,6 @@ in
|
|||
} // lib.optionalAttrs config.frogeye.desktop.xorg {
|
||||
# Favourite commands
|
||||
VISUAL = "nvim";
|
||||
BROWSER = "${config.programs.qutebrowser.package}/bin/qutebrowser";
|
||||
|
||||
# Extra config
|
||||
RXVT_SOCKET = "${config.xdg.stateHome}/urxvtd"; # Used to want -$HOME suffix, hopefullt this isn't needed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue