This commit is contained in:
Salar Rahmanian 2021-10-04 21:32:23 -07:00
parent f3df47f424
commit a60be4287c
2 changed files with 95 additions and 1 deletions

View file

@ -98,6 +98,10 @@
programs.fish = {
enable = true;
functions = {
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
};
plugins = [
{
name = "bass";
@ -186,6 +190,7 @@
gca="git commit -am";
gws="git status";
ghauth="gh auth login --with-token < ~/.ghauth";
giscala="gitignore scala,vim,java,sbt > .gitignore";
gforksync="git fetch upstream && git merge upstream/master && git push origin master";
grep="grep --color=auto";
new-sbt="sbt new scala/scala-seed.g8";
@ -265,6 +270,7 @@
pkgs.pgcli
pkgs.prettyping
pkgs.procs
pkgs.python38Packages.debugpy
pkgs.ranger
pkgs.readline
pkgs.ripgrep