diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-04-28 10:03:47 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2018-04-28 10:03:47 +0200 |
commit | b18e9a774276dfe14d7d30e000d73dd3b6bc7533 (patch) | |
tree | 9091f754b5d9c121d7489fd8d7f26b05e1aa2920 /bash/bashrc | |
parent | 699072b22dac27972b6a90f416f6dacaaaf7edb8 (diff) | |
download | dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.tar.gz dotfiles-b18e9a774276dfe14d7d30e000d73dd3b6bc7533.zip |
Removed '.' in front of dotfiles, started on install script, changed hyper, added bash, added tmux
Diffstat (limited to 'bash/bashrc')
-rw-r--r-- | bash/bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc new file mode 100644 index 0000000..36357ee --- /dev/null +++ b/bash/bashrc @@ -0,0 +1 @@ +alias lamp='curl -i -H Accept: application/json -H Content-Type: application/json -X GET http://192.168.10.191/j?lamp=toggle' |