Termux templating/packages
This commit is contained in:
@@ -46,7 +46,11 @@ function cd --description "Change directory"
|
||||
set -g __fish_cd_direction prev
|
||||
|
||||
set -U last_dir $PWD
|
||||
lsd -a
|
||||
{{ if (not (eq .linux_os "termux")) }}
|
||||
lsd -a
|
||||
{{ else }}
|
||||
ls -a
|
||||
{{ end }}
|
||||
end
|
||||
|
||||
return $cd_status
|
||||
@@ -1,5 +1,5 @@
|
||||
function git-amend-push
|
||||
git add -A .
|
||||
git add -A
|
||||
and git commit --amend --no-edit -S
|
||||
and git push --force
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user