Compare commits
No commits in common. "fcd7cc3603a9b6d020de5762e533c537ef2d84ca" and "72693e646d19adf4f2b35f88d84579117274bd03" have entirely different histories.
fcd7cc3603
...
72693e646d
3 changed files with 3 additions and 14 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit d7aac8d5546ec2bcbc44d258973188090551c13e
|
Subproject commit 83cd783ecd1943aea2b820b9f4d73deab8cb5969
|
|
@ -7,18 +7,6 @@
|
||||||
// custom settings, run `zed: open default settings` from the
|
// custom settings, run `zed: open default settings` from the
|
||||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||||
{
|
{
|
||||||
"ssh_connections": [
|
|
||||||
{
|
|
||||||
"host": "naydra",
|
|
||||||
"projects": [
|
|
||||||
{
|
|
||||||
"paths": [
|
|
||||||
"~/Documents/code/c/totalschaden"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"vim": {
|
"vim": {
|
||||||
"use_system_clipboard": "on_yank"
|
"use_system_clipboard": "on_yank"
|
||||||
},
|
},
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -56,7 +56,6 @@ alias mkpatch="diff -Naru"
|
||||||
alias shrug="echo -ne ¯\\\_(ツ)_/¯"
|
alias shrug="echo -ne ¯\\\_(ツ)_/¯"
|
||||||
alias sheep="echo -ne 🐑"
|
alias sheep="echo -ne 🐑"
|
||||||
alias knife="echo -ne 🔪"
|
alias knife="echo -ne 🔪"
|
||||||
alias please="echo -ne 👉👈"
|
|
||||||
alias bak=backup
|
alias bak=backup
|
||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
|
@ -81,6 +80,8 @@ function condac() {
|
||||||
conda activate $@
|
conda activate $@
|
||||||
export HOST=$(hostname)
|
export HOST=$(hostname)
|
||||||
}
|
}
|
||||||
|
# calculate on shell with `c 1+1`
|
||||||
|
function c() { printf "%s\n" "$@" | bc -l; }
|
||||||
# Call Python and execute multiple statements from args
|
# Call Python and execute multiple statements from args
|
||||||
function py() {
|
function py() {
|
||||||
python <<< "
|
python <<< "
|
||||||
|
|
Loading…
Add table
Reference in a new issue