fixed small lil issues

This commit is contained in:
Darkkal44
2023-04-02 21:47:06 +05:30
parent 5b31f69ff7
commit f7e96e46fb
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -132,14 +132,14 @@ alias lr='ls -R'
alias lg='ls -l --group-directories-first'
# git
alias gcl='git clone --depth 1'
alias gcl='git clone --depth 1
alias gi='git init'
alias ga='git add'
alias gc='git commit -m'
alias gp='git push origin master'
#custom stuff
cat /home/unreal/.cache/wal/sequences
cat ~s/.cache/wal/sequences
eval "$(starship init zsh)"
+1 -1
View File
@@ -139,7 +139,7 @@ alias gc='git commit -m'
alias gp='git push origin master'
#custom stuff
cat /home/unreal/.cache/wal/sequences
cat ~/.cache/wal/sequences
eval "$(starship init zsh)"
+1 -1
View File
@@ -139,7 +139,7 @@ alias gc='git commit -m'
alias gp='git push origin master'
#custom stuff
cat /home/unreal/.cache/wal/sequences
cat ~/.cache/wal/sequences
eval "$(starship init zsh)"