Compare commits

...

3 commits

Author SHA1 Message Date
fcd7cc3603
zed 2025-03-02 01:36:40 +01:00
42986bba16
update zshrc 2025-03-02 01:36:38 +01:00
b03c452c9b
update nvim 2025-03-02 01:36:16 +01:00
3 changed files with 14 additions and 3 deletions

@ -1 +1 @@
Subproject commit 83cd783ecd1943aea2b820b9f4d73deab8cb5969
Subproject commit d7aac8d5546ec2bcbc44d258973188090551c13e

View file

@ -7,6 +7,18 @@
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
{
"ssh_connections": [
{
"host": "naydra",
"projects": [
{
"paths": [
"~/Documents/code/c/totalschaden"
]
}
]
}
],
"vim": {
"use_system_clipboard": "on_yank"
},

3
.zshrc
View file

@ -56,6 +56,7 @@ alias mkpatch="diff -Naru"
alias shrug="echo -ne ¯\\\_(ツ)_/¯"
alias sheep="echo -ne 🐑"
alias knife="echo -ne 🔪"
alias please="echo -ne 👉👈"
alias bak=backup
### Functions
@ -80,8 +81,6 @@ function condac() {
conda activate $@
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
function py() {
python <<< "