diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 16:44:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 16:44:20 +0900 |
| commit | c8146a0f9ecbf622b3cc9fe93b797c09bf34a40e (patch) | |
| tree | b993d88113479c7752bfaf145deba679e483914d | |
| parent | f70a33c08d76f499099fe853e9466ce7fae24447 (diff) | |
modified shell/aliasrc
| -rw-r--r-- | ar/.config/shell/aliasrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ar/.config/shell/aliasrc b/ar/.config/shell/aliasrc index 1b50dd0..30f676b 100644 --- a/ar/.config/shell/aliasrc +++ b/ar/.config/shell/aliasrc @@ -392,6 +392,9 @@ alias -s {jar,JAR}="java -jar" alias -s gz="tar -tf" alias -s {tgz,TGZ}="tar -tf" +# surf +alias surf='tabbed surf -e' + # tar alias txf='tar -xf' alias ttf='tar -tf' |
