mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
add haskell programming template
This commit is contained in:
@ -112,6 +112,8 @@
|
||||
# Nix
|
||||
ns = "nix-shell -p";
|
||||
nps = "nix repl '<nixpkgs>'";
|
||||
nixo = "man configuration.nix";
|
||||
nixh = "man home-configuration.nix";
|
||||
|
||||
# Docker
|
||||
dc = "$DOTS/bin/docker_cleanup";
|
||||
|
@ -2,5 +2,3 @@ set -l branch (git branch 2>/dev/null | grep '^\*' | colrm 1 2)
|
||||
and set -l command "git push --set-upstream origin $branch"
|
||||
and commandline -r $command
|
||||
and commandline -f execute
|
||||
and echo "git push --set-upstream origin $branch"
|
||||
and git push --set-upstream origin $branch
|
||||
|
Reference in New Issue
Block a user