A bit more celaning

master
Dustin Swan 1 year ago
parent 364f17833b
commit 947f6aed43
Signed by: dustinswan
GPG Key ID: AB49BD6B2B3A6377

@ -76,13 +76,12 @@ in
plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ]; plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];
}; };
shellAliases = { shellAliases = {
v = "vim"; v = "vi";
l = "exa -lah --icons --git"; l = "exa -lah --icons --git";
n = "nnn"; n = "nnn";
h = "himalaya"; h = "himalaya";
er = "rm -rf logs; unzip -o"; er = "rm -rf logs; unzip -o";
srsync = "rsync --rsync-path='sudo rsync'"; srsync = "rsync --rsync-path='sudo rsync'";
lg = "lazygit";
ambient1 = "play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +16"; ambient1 = "play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +16";
ambient2 = "play -c 2 -n synth brownnoise lowpass 200"; ambient2 = "play -c 2 -n synth brownnoise lowpass 200";
ambient3 = "play -c 2 -n synth brownnoise lowpass 150 loudness +10"; ambient3 = "play -c 2 -n synth brownnoise lowpass 150 loudness +10";
@ -91,20 +90,13 @@ in
programs.fish = { programs.fish = {
enable = true; enable = true;
# enableAutosuggestions = true;
# enableSyntaxHighlighting = true;
# oh-my-zsh = {
# enable = true;
# plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];
# };
shellAliases = { shellAliases = {
v = "vim"; v = "vi";
l = "exa -lah --icons --git"; l = "exa -lah --icons --git";
n = "nnn"; n = "nnn";
h = "himalaya"; h = "himalaya";
er = "rm -rf logs; unzip -o"; er = "rm -rf logs; unzip -o";
srsync = "rsync --rsync-path='sudo rsync'"; srsync = "rsync --rsync-path='sudo rsync'";
lg = "lazygit";
ambient1 = "play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +16"; ambient1 = "play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +16";
ambient2 = "play -c 2 -n synth brownnoise lowpass 200"; ambient2 = "play -c 2 -n synth brownnoise lowpass 200";
ambient3 = "play -c 2 -n synth brownnoise lowpass 150 loudness +10"; ambient3 = "play -c 2 -n synth brownnoise lowpass 150 loudness +10";

Loading…
Cancel
Save