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="\
|
nb() {
|
||||||
newsboat \
|
newsboat \
|
||||||
"
|
"${@}"
|
||||||
|
}
|
||||||
|
|
|
@ -6,7 +6,9 @@ a() {
|
||||||
|
|
||||||
# swap directory (current ↔ previous)
|
# swap directory (current ↔ previous)
|
||||||
sd() {
|
sd() {
|
||||||
cd - || return
|
cd \
|
||||||
|
- ||
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# exit terminal
|
# exit terminal
|
||||||
|
|
Loading…
Reference in a new issue