Update
This commit is contained in:
parent
7b9199c542
commit
0aac48f782
6 changed files with 101 additions and 79 deletions
3
fish.nix
3
fish.nix
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
interactiveShellInit = ''
|
||||
# bind ctrl+s to fg
|
||||
set -gx fish_greeting
|
||||
bind \cz 'fg 2>/dev/null; commandline -f repaint'
|
||||
set -x DIRENV_LOG_FORMAT ""
|
||||
'';
|
||||
|
|
@ -92,6 +93,8 @@
|
|||
nsp = "nix shell nixpkgs#";
|
||||
f = "lfcd";
|
||||
sxiv = "nsxiv";
|
||||
del = "trash -rf";
|
||||
rsyncp = "rsync --info=progress2 --no-inc-recursive";
|
||||
};
|
||||
|
||||
plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue