diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2008-10-29 03:50:18 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2008-10-29 03:50:18 +0100 |
commit | 0cfdb493f045e7c533328617427a7416783c28b5 (patch) | |
tree | cc9a1a43343cef6550357eab1e25a1923dae627b /bashrc/node | |
parent | 4e4fb8d5d790d2cc6eabab95aaea4b81225ca164 (diff) | |
download | dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.tar.gz dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.tar.xz dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.zip |
added bashrc configdir
added git config
Diffstat (limited to 'bashrc/node')
-rw-r--r-- | bashrc/node/init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc/node/init.sh b/bashrc/node/init.sh new file mode 100644 index 0000000..6bf0924 --- /dev/null +++ b/bashrc/node/init.sh @@ -0,0 +1,3 @@ +# get node specific data + +declare -r _NODENAME=laptop |