diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-05-18 14:53:40 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-05-18 14:53:40 +0200 |
| commit | 5ebd7f6025944a5e32122505aead8bbb170f9f24 (patch) | |
| tree | 5be1274bfb0320c3d8c101360944be35fe6c6442 | |
| parent | c4982ac9ff2300d985c1e3506a7353ade3508591 (diff) | |
add mkcd; ignore llama
| -rw-r--r-- | .backupignore | 1 | ||||
| -rw-r--r-- | .bashrc | 2 | ||||
| -rw-r--r-- | swift/etc/backupignore | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.backupignore b/.backupignore index d44fbac..4ee97ac 100644 --- a/.backupignore +++ b/.backupignore @@ -3,6 +3,7 @@ CacheStorage/ kernel-build/ kernel-build.old/ +llama/ src/kernel.org/ go/pkg/ gopath/pkg/ @@ -99,6 +99,8 @@ export YAEGI_UNSAFE=1 export YAEGI_UNRESTRICTED=1 export YAEGI_SYSCALL=1 +mkcd() { mkdir -p "$1" && cd "$1"; } + mosht() { mosh "$@" -- tmux new -A; } export -f mosht diff --git a/swift/etc/backupignore b/swift/etc/backupignore index 693cfa4..c005681 100644 --- a/swift/etc/backupignore +++ b/swift/etc/backupignore @@ -15,6 +15,7 @@ sdk/ tmp/ kernel-build/ kernel-build.old/ +LLaMA/ .xsession-errors /var/lib/docker /var/lib/flatpak |
