newsboat
This commit is contained in:
parent
adddd9af3b
commit
6df0543e89
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
|||
alias nb="\
|
||||
newsboat \
|
||||
"
|
||||
nb() {
|
||||
newsboat \
|
||||
"${@}"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,9 @@ a() {
|
|||
|
||||
# swap directory (current ↔ previous)
|
||||
sd() {
|
||||
cd - || return
|
||||
cd \
|
||||
- ||
|
||||
return
|
||||
}
|
||||
|
||||
# exit terminal
|
||||
|
|
Loading…
Reference in a new issue