mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
VPN
~ move ghci dotfile + vim: black as python formatter + openvpn + wpa_supplicant_gui + dot2tex + graphviz + hlint ~ nix-shell: use zsh ~ zsh: show whether in nix-shell ~ ghci: hoogle with haddock links ~ ssh: login with hu id (no passphrase) ~ terminal: Source Code Pro
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{ pkgs }:
|
||||
''
|
||||
:set editor vim
|
||||
:def hoogle \x -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle --color \"" ++ x ++ "\" "
|
||||
:def doc \x -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle --info --color \"" ++ x ++ "\""
|
||||
:def search \x -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle --color \"" ++ x ++ "\" | head"
|
||||
:def hoogle \s -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle search --color -l --count=15 \"" ++ s ++ "\""
|
||||
:def doc \s -> return $ ":!${pkgs.haskellPackages.hoogle}/bin/hoogle search --color -l --info \"" ++ s ++ "\""
|
||||
:def pl \x -> return $ ":!${pkgs.haskellPackages.pointfree}/bin/pointfree -v \"" ++ x ++ "\""
|
||||
:def unpl \x -> return $ ":!${pkgs.haskellPackages.pointful}/bin/pointful \"" ++ x ++ "\""
|
||||
:set prompt "\o033[1m%s\o033[1;34m λ\o033[0m "
|
||||
|
||||
@@ -4,6 +4,7 @@ let huServer = name: ''
|
||||
Host ${name}
|
||||
User ${(import ../secrets.nix).eduroam.identity}
|
||||
HostName ${name}.informatik.hu-berlin.de
|
||||
IdentityFile ~/.ssh/hu
|
||||
'';
|
||||
in ''
|
||||
Host github
|
||||
|
||||
Reference in New Issue
Block a user