continuous improvement

This commit is contained in:
Till 2023-10-20 01:04:29 +02:00
parent 2fc06ae9df
commit 5a227bfc45
9 changed files with 131 additions and 71 deletions

View file

@ -5,13 +5,8 @@
enable = true;
interactiveShellInit = "fish_add_path ${config.xdg.dataHome}/npm/packages/bin";
shellAliases = {
r = "R --no-save --no-restore";
R = "R --no-save --no-restore";
linkbox = "ln -s (pwd) ~/box/";
cdg = "cd \$(git rev-parse --show-toplevel)";
rloft = "tmux source-file ~/.config/tmux/rloft.conf";
map = "telnet mapscii.me";
weather = "curl wttr.in/frankfurt";
liftbox = "rsync -vaL --delete ~/box/ tstraube@login.server.uni-frankfurt.de:box/";
ktiubox = "rsync -vaL --delete ~/box/ root@ktiu.net:/var/www/html/box/";
ymd = "date +'%Y-%m-%d'";