1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

zsh/alias: moved alias to alias config

This commit is contained in:
2024-02-23 02:45:00 +01:00
parent 69a8831b5d
commit 1b6be396a6
2 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
# starting commands in background
background() { for ((i=2;i<=$#;i++)); do; ${@[1]} ${@[$i]} &> /dev/null &| ; done }
# bash
alias ":wq"="exit"
alias ":q"="exit"