diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-05-13 13:28:28 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-05-13 13:28:28 +0300 |
| commit | 4db4fabf25efe99f6c92596720e8d68e79775b53 (patch) | |
| tree | 5af67dcdfc0ab0080f4ad11b52486b8c4cd0620e /zsh/.zshrc | |
| parent | b61af0a8d26c504e29d47fb659443b06ec2b0c78 (diff) | |
| download | dotfiles-4db4fabf25efe99f6c92596720e8d68e79775b53.tar.xz dotfiles-4db4fabf25efe99f6c92596720e8d68e79775b53.zip | |
Added some stuff i don't remember
Diffstat (limited to 'zsh/.zshrc')
| -rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,7 @@ export ZSH="/home/$USER/.oh-my-zsh" export PATH="$PATH:/usr/bin/docker:/usr/local/arm-cross-compiler/install/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin:/home/omar/Android/Sdk" export PATH="$PATH":"$HOME/.pub-cache/bin" export PATH="$PATH:/opt/usr/bin/" +export PATH="$PATH:$HOME/.scripts/" # Starship prompt @@ -107,6 +108,10 @@ function cl() { cd "$@" && ls } +copyfile() { + cat "$@" | xclip -sel clipboard +} + ## interactivley cd ## fcd() { local dir |
