First commit
This commit is contained in:
commit
0c13bf7fc0
6 changed files with 1803 additions and 0 deletions
11
eshell/aliases
Normal file
11
eshell/aliases
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Find file
|
||||
alias ff find-file $1
|
||||
|
||||
# Replace regualar programs with better alternative
|
||||
alias less view-file $1
|
||||
alias ls /usr/bin/eza -lab --icons --group-directories-first --git --no-time $*
|
||||
|
||||
# Confirm
|
||||
alias cp cp -i $1
|
||||
alias mv mv -i $1
|
||||
alias rm rm -i $1
|
36
eshell/history
Normal file
36
eshell/history
Normal file
|
@ -0,0 +1,36 @@
|
|||
neofetch
|
||||
pfetch
|
||||
clear
|
||||
ls
|
||||
clear
|
||||
ls
|
||||
clear
|
||||
find
|
||||
ls
|
||||
clear
|
||||
pfetch
|
||||
less
|
||||
clear
|
||||
ls
|
||||
clear
|
||||
ls
|
||||
clear
|
||||
ls
|
||||
clear
|
||||
ls
|
||||
mv mppy-python-executable.el mypy-python-executable.el
|
||||
btop
|
||||
ls
|
||||
clear
|
||||
find
|
||||
clear
|
||||
ls
|
||||
clear
|
||||
exit
|
||||
ls
|
||||
clear
|
||||
btop
|
||||
ls
|
||||
clear
|
||||
ls
|
||||
exit
|
1
eshell/profile
Normal file
1
eshell/profile
Normal file
|
@ -0,0 +1 @@
|
|||
pfetch
|
Loading…
Add table
Add a link
Reference in a new issue